Skip to content

Commit 73852f7

Browse files
committed
Use --config for alias aligned with JupyterHub
1 parent a3dc47f commit 73852f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterhub_idle_culler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def _log_format_default(self):
656656
aliases = {
657657
"api-page-size": "IdleCuller.api_page_size",
658658
"concurrency": "IdleCuller.concurrency",
659-
"config-file": "IdleCuller.config_file",
659+
"config": "IdleCuller.config_file",
660660
"cull-admin-users": "IdleCuller.cull_admin_users",
661661
"cull-default-servers": "IdleCuller.cull_default_servers",
662662
"cull-every": "IdleCuller.cull_every",

0 commit comments

Comments
 (0)