소스 검색

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