[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add missing quote
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