We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a04b50 commit 7eb1a35Copy full SHA for 7eb1a35
1 file changed
scripts/usermanager.py
@@ -298,14 +298,9 @@ def main():
298
default_paths = "\n".join(f" - {path}" for path in DEFAULT_CONFIG_PATHS)
299
parser = argparse.ArgumentParser(
300
description="KernelCI API user management helper",
301
- usage=(
302
- "usermanager.py [-h] [--config CONFIG] [--api-url API_URL] "
303
- "[--token TOKEN] [--instance INSTANCE] [--token-label TOKEN_LABEL]\n"
304
- " <command> [<args>]\n\n"
305
- "Commands:\n"
306
- f"{command_list}"
307
- ),
308
epilog=(
+ "Commands:\n"
+ f"{command_list}\n\n"
309
"Examples:\n"
310
" ./scripts/usermanager.py invite --username alice --email "
311
"alice@example.org --return-token\n"
0 commit comments