This is an automated email from the ASF dual-hosted git repository.

rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d44c1b1  AMBARI-25142 Typo in ambari-server 'setup-security' help text 
(asnaik)
d44c1b1 is described below

commit d44c1b118f8e17c1af83dbd71a06f1be2e82c4c3
Author: Akhil Subhash Naik <asn...@hortonworks.com>
AuthorDate: Tue Feb 5 10:08:38 2019 +0530

    AMBARI-25142 Typo in ambari-server 'setup-security' help text (asnaik)
---
 ambari-server/src/main/python/ambari-server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/src/main/python/ambari-server.py 
b/ambari-server/src/main/python/ambari-server.py
index 78d5405..601f4d3 100755
--- a/ambari-server/src/main/python/ambari-server.py
+++ b/ambari-server/src/main/python/ambari-server.py
@@ -632,7 +632,7 @@ def init_set_current_parser_options(parser):
 @OsFamilyFuncImpl(OsFamilyImpl.DEFAULT)
 def init_setup_security_parser_options(parser):
   parser.add_option('--security-option', default=None,
-                    help="Setup security option 
(setup-https|encrypt-password|setup-kerberos-jaas|setup-truststore|import-certificate)",
+                    help="Setup security option 
(setup-https|encrypt-passwords|setup-kerberos-jaas|setup-truststore|import-certificate)",
                     dest="security_option")
 
   https_group = optparse.OptionGroup(parser, "setup-https options")

Reply via email to