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()