瀏覽代碼

ZOOKEEPER-1013 zkServer.sh usage message should mention all startup options (eugene koontz via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1081896 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 14 年之前
父節點
當前提交
ea1baf0e28
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGES.txt
  2. 1 1
      bin/zkServer.sh

+ 3 - 0
CHANGES.txt

@@ -183,6 +183,9 @@ BUGFIXES:
   ZOOKEEPER-994 "eclipse" target in the build script doesnot include
   ZOOKEEPER-994 "eclipse" target in the build script doesnot include
   libraray required for test classes in the classpath (MIS via phunt) 
   libraray required for test classes in the classpath (MIS via phunt) 
 
 
+  ZOOKEEPER-1013 zkServer.sh usage message should mention all startup options
+  (eugene koontz via mahadev)
+
 IMPROVEMENTS:
 IMPROVEMENTS:
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   (phunt via mahadev)
   (phunt via mahadev)

+ 1 - 1
bin/zkServer.sh

@@ -139,6 +139,6 @@ status)
     fi
     fi
     ;;
     ;;
 *)
 *)
-    echo "Usage: $0 {start|stop|restart|status}" >&2
+    echo "Usage: $0 {start|start-foreground|stop|restart|status|upgrade|print-cmd}" >&2
 
 
 esac
 esac