You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by od...@apache.org on 2013/10/28 15:46:17 UTC

git commit: AMBARI-3598. ambari-server help should add a line explaining how to get the help for options. (Dmytro Shkvyra via odiachenko)

Updated Branches:
  refs/heads/trunk 2366731e5 -> 6a4374697


AMBARI-3598. ambari-server help should add a line explaining how to get the help for options. (Dmytro Shkvyra via odiachenko)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/6a437469
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/6a437469
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/6a437469

Branch: refs/heads/trunk
Commit: 6a437469794d744514b69434354b26592fd23bd6
Parents: 2366731
Author: Oleksandr Diachenko <od...@hortonworks.com>
Authored: Mon Oct 28 16:45:57 2013 +0200
Committer: Oleksandr Diachenko <od...@hortonworks.com>
Committed: Mon Oct 28 16:45:57 2013 +0200

----------------------------------------------------------------------
 ambari-server/sbin/ambari-server | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/6a437469/ambari-server/sbin/ambari-server
----------------------------------------------------------------------
diff --git a/ambari-server/sbin/ambari-server b/ambari-server/sbin/ambari-server
index 6489f9f..73b914a 100644
--- a/ambari-server/sbin/ambari-server
+++ b/ambari-server/sbin/ambari-server
@@ -122,7 +122,9 @@ case "$1" in
         ;;
   *)
         echo "Usage: /usr/sbin/ambari-server
-        {start|stop|restart|setup|upgrade|status|upgradestack|setup-ldap|setup-security} [options]"
+        {start|stop|restart|setup|upgrade|status|upgradestack|setup-ldap|setup-security} [options]
+        Use usr/sbin/ambari-server <action> --help to get details on options available.
+        Or, simply invoke ambari-server.py --help to print the options."
         exit 1
 esac