Updated Branches: refs/heads/trunk 0aefc3760 -> 0c2fa10f8
AMBARI-2965 - "ambari-server" command does not show the options for setup-ganglia-https and setup-nagios-https Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/0c2fa10f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/0c2fa10f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/0c2fa10f Branch: refs/heads/trunk Commit: 0c2fa10f887637a85e43f45a31774a48004a2cc8 Parents: 0aefc37 Author: tbeerbower <[email protected]> Authored: Tue Aug 20 11:18:02 2013 -0400 Committer: tbeerbower <[email protected]> Committed: Tue Aug 20 11:58:02 2013 -0400 ---------------------------------------------------------------------- ambari-server/sbin/ambari-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/0c2fa10f/ambari-server/sbin/ambari-server ---------------------------------------------------------------------- diff --git a/ambari-server/sbin/ambari-server b/ambari-server/sbin/ambari-server index 76eabc5..96761fa 100644 --- a/ambari-server/sbin/ambari-server +++ b/ambari-server/sbin/ambari-server @@ -119,7 +119,7 @@ case "$1" in $PYTHON /usr/sbin/ambari-server.py $@ ;; *) - echo "Usage: /usr/sbin/ambari-server {start|stop|restart|setup|upgrade|status|upgradestack|setup-ldap|setup-https|encrypt-passwords} [options]" + echo "Usage: /usr/sbin/ambari-server {start|stop|restart|setup|upgrade|status|upgradestack|setup-ldap|setup-https|setup-ganglia-https|setup-nagios-https|encrypt-passwords} [options]" exit 1 esac
