[or-cvs] Add missing quote

Nick Mathewson nickm at seul.org
Mon May 16 00:52:57 UTC 2005


Update of /home/or/cvsroot/tor/contrib/osx
In directory moria.mit.edu:/tmp/cvs-serv31683/osx

Modified Files:
	Tor 
Log Message:
Add missing quote

Index: Tor
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/Tor,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Tor	10 May 2005 22:41:31 -0000	1.5
+++ Tor	16 May 2005 00:52:54 -0000	1.6
@@ -57,7 +57,7 @@
 RestartService () { StopService; StartService; }
 
 if [ "x$1" = x ]; then
-  echo "Syntax: tor {start|stop}
+  echo "Syntax: tor {start|stop}"
   exit 1
 fi 
 



More information about the tor-commits mailing list