Kaynağa Gözat

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

tbeerbower 11 yıl önce
ebeveyn
işleme
0c2fa10f88
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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