Skip to content
Snippets Groups Projects
Commit 6e634dcc authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Merge branch 'improve_help' into 'master'

Expand help text for args

See merge request !167
parents 78c53665 19dff2c9
No related branches found
No related tags found
1 merge request!167Expand help text for args
Pipeline #180210 failed
......@@ -165,7 +165,7 @@ def generate_parser() -> argparse.ArgumentParser:
nargs="?",
const="",
metavar="ARGUMENT",
help="run with gdb",
help="run with gdb, optionally with arguments",
)
mutex_group_modifiers.add_argument(
"-dv",
......@@ -173,7 +173,7 @@ def generate_parser() -> argparse.ArgumentParser:
nargs="?",
const="--leak-check=full",
metavar="ARGUMENT",
help="run with valgrind",
help="run with valgrind, optionally with arguments (default '%(const)s')",
)
mutex_group_modifiers.add_argument(
"--debug",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment