Changed help msg for password

This commit is contained in:
GeorgianaElena
2019-07-10 15:11:47 +03:00
parent a75250e512
commit 657280fdfd

View File

@@ -467,7 +467,7 @@ def main():
argparser.add_argument( argparser.add_argument(
'--password', '--password',
action='store_true', action='store_true',
help='List of admin passwords' help='Whether or not to set admin passwords during install'
) )
args = argparser.parse_args() args = argparser.parse_args()