Commit 493f6540 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Add missing quote


svn:r4232
parent 14b9615d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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