Add missing quote

svn:r4232
This commit is contained in:
Nick Mathewson 2005-05-16 00:52:54 +00:00
parent 14b9615d7d
commit 493f6540f2

View File

@ -57,7 +57,7 @@ StopService ()
RestartService () { StopService; StartService; }
if [ "x$1" = x ]; then
echo "Syntax: tor {start|stop}
echo "Syntax: tor {start|stop}"
exit 1
fi