Improved usage message

This commit is contained in:
2026-02-25 18:40:28 -05:00
parent 5a5cb4002b
commit 55c3456344

View File

@@ -125,7 +125,7 @@ def parse_cmdline():
group.add_argument( group.add_argument(
'-c', '--config', '-c', '--config',
help='create, remove, modify, enable, or disable config files', help='interactively create, remove, modify, enable, or disable config files',
action="store_true" action="store_true"
) )