mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Changed help msg for password
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user