diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-16 00:52:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-16 00:52:54 +0000 |
commit | 493f6540f299fcb87e7d298e8f3373b8771f3b1d (patch) | |
tree | 77376404a701d54c2b74496aeaeee252088648ea | |
parent | 14b9615d7d449774f4d0000d6590077a77b8ad24 (diff) | |
download | tor-493f6540f299fcb87e7d298e8f3373b8771f3b1d.tar tor-493f6540f299fcb87e7d298e8f3373b8771f3b1d.tar.gz |
Add missing quote
svn:r4232
-rwxr-xr-x | contrib/osx/Tor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/Tor b/contrib/osx/Tor index 983b67b91..2162617f3 100755 --- a/contrib/osx/Tor +++ b/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 |