浏览代码

Add missing quote

svn:r4232
Nick Mathewson 20 年之前
父节点
当前提交
493f6540f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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