Skip to content

Commit

Permalink
this is the correct fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 12, 2024
1 parent 78c6990 commit 5def7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmtccmd/config/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def add_default_procedure_arguments(parser_or_subparser: argparse.ArgumentParser
"--print-tree",
dest="print_tree",
nargs="*",
default=False,
default=None,
help=(
f"Optional arguments [b] [p] [<numMaxDepth>]. Print the command definition tree. You "
f"can{os.linesep}optionally add b to omit descriptions, p to display hidden nodes, "
Expand Down

0 comments on commit 5def7c7

Please sign in to comment.