From 657280fdfd462f92012e4605fb3c3ed4e88f6337 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Wed, 10 Jul 2019 15:11:47 +0300 Subject: [PATCH] Changed help msg for password --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index b53f221..27e343d 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -467,7 +467,7 @@ def main(): argparser.add_argument( '--password', action='store_true', - help='List of admin passwords' + help='Whether or not to set admin passwords during install' ) args = argparser.parse_args()