Sfoglia il codice sorgente

Add missing quote

svn:r4232
Nick Mathewson 21 anni fa
parent
commit
493f6540f2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      contrib/osx/Tor

+ 1 - 1
contrib/osx/Tor

@@ -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