summaryrefslogtreecommitdiff
path: root/bin/zkServer.sh
diff options
context:
space:
mode:
authorHongchao Deng <hdeng@apache.org>2015-04-07 17:23:00 +0000
committerHongchao Deng <hdeng@apache.org>2015-04-07 17:23:00 +0000
commit090e465482329115d56c98614b6d344255588fa7 (patch)
treeb3eea3300412a54b461d7152bc8992d1c2e0701d /bin/zkServer.sh
parent9467bc94758b8ead60623efc7e0fad3274c88f6d (diff)
downloadzookeeper-090e465482329115d56c98614b6d344255588fa7.tar.gz
ZOOKEEPER-2157 Upgrade option should be removed from zkServer.sh usage
(J.Andreina via hdeng) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1671889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin/zkServer.sh')
-rwxr-xr-xbin/zkServer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/zkServer.sh b/bin/zkServer.sh
index fdc069e05..ac0b026f3 100755
--- a/bin/zkServer.sh
+++ b/bin/zkServer.sh
@@ -243,6 +243,6 @@ status)
fi
;;
*)
- echo "Usage: $0 [--config <conf-dir>] {start|start-foreground|stop|restart|status|upgrade|print-cmd}" >&2
+ echo "Usage: $0 [--config <conf-dir>] {start|start-foreground|stop|restart|status|print-cmd}" >&2
esac