Browse Source

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 years ago
parent
commit
ea1baf0e28
2 changed files with 4 additions and 1 deletions
  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
   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:
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   (phunt via mahadev)

+ 1 - 1
bin/zkServer.sh

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