diff --git a/contrib/osx/Tor b/contrib/osx/Tor
index 983b67b91ac5865c799350a4ebab024a213c1cfa..2162617f30f1cdbca37ace110dffdca651d99f7f 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