Repository: ambari Updated Branches: refs/heads/trunk b86cf6e98 -> f8511d4e5
AMBARI-17778. Add usage information in ambari-server script (Masahiro Tanaka via ncole) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f8511d4e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f8511d4e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f8511d4e Branch: refs/heads/trunk Commit: f8511d4e560506ce49f14aed0dc253eba47876ea Parents: b86cf6e Author: Nate Cole <[email protected]> Authored: Tue Aug 9 08:28:58 2016 -0400 Committer: Nate Cole <[email protected]> Committed: Tue Aug 9 08:28:58 2016 -0400 ---------------------------------------------------------------------- ambari-server/sbin/ambari-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f8511d4e/ambari-server/sbin/ambari-server ---------------------------------------------------------------------- diff --git a/ambari-server/sbin/ambari-server b/ambari-server/sbin/ambari-server index 81cf53b..046ff4b 100755 --- a/ambari-server/sbin/ambari-server +++ b/ambari-server/sbin/ambari-server @@ -180,7 +180,7 @@ case "$1" in ;; *) echo "Usage: $AMBARI_PYTHON_EXECUTABLE - {start|stop|restart|setup|setup-jce|upgrade|status|upgradestack|setup-ldap|sync-ldap|set-current|setup-security|setup-sso|refresh-stack-hash|backup|restore|update-host-names|enable-stack|check-database|db-cleanup} [options] + {start|stop|restart|setup|setup-jce|upgrade|status|upgradestack|setup-ldap|sync-ldap|set-current|setup-security|setup-sso|refresh-stack-hash|backup|restore|update-host-names|enable-stack|check-database|db-cleanup|install-mpack|upgrade-mpack} [options] Use $AMBARI_PYTHON_EXECUTABLE <action> --help to get details on options available. Or, simply invoke ambari-server.py --help to print the options." exit 1
