You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/11/11 20:22:12 UTC

ambari git commit: AMBARI-8066. ambari-agent shows usage hint on ambari-agent status (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 3a4f020de -> 7eabb749f


AMBARI-8066. ambari-agent shows usage hint on ambari-agent status (aonishuk)


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

Branch: refs/heads/trunk
Commit: 7eabb749f2fafb2226df837a1b1b2a2cc5716f31
Parents: 3a4f020
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Nov 11 21:22:00 2014 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Nov 11 21:22:00 2014 +0200

----------------------------------------------------------------------
 ambari-agent/conf/unix/ambari-agent | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7eabb749/ambari-agent/conf/unix/ambari-agent
----------------------------------------------------------------------
diff --git a/ambari-agent/conf/unix/ambari-agent b/ambari-agent/conf/unix/ambari-agent
index 9921a37..88fa0b9 100755
--- a/ambari-agent/conf/unix/ambari-agent
+++ b/ambari-agent/conf/unix/ambari-agent
@@ -175,7 +175,6 @@ case "$1" in
           tput bold
           echo "$AMBARI_AGENT currently not running"
           tput sgr0
-          echo "Usage: /usr/sbin/ambari-agent {start|stop|restart|status|reset <server_hostname>}"
           retcode=3
         fi
         ;;