Skip to content

Commit

Permalink
Improve the CLI help text
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Jan 30, 2020
1 parent a46fe29 commit a0787c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/files/hub/cull_idle_servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def handle_user(user):
)
define('remove_named_servers', default=False,
help="""Remove named servers in addition to stopping them.
This is for use in temporary-user cases such as Binderhub.""",
This is useful for a BinderHub that uses authentication and named servers.""",
)
define('concurrency', default=10,
help="""Limit the number of concurrent requests made to the Hub.
Expand Down

0 comments on commit a0787c6

Please sign in to comment.