Przeglądaj źródła

AMBARI-2965 - "ambari-server" command does not show the options for setup-ganglia-https and setup-nagios-https

tbeerbower 11 lat temu
rodzic
commit
0c2fa10f88
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ambari-server/sbin/ambari-server

+ 1 - 1
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