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 năm trước cách đây
mục cha
commit
ea1baf0e28
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  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