We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f699285 commit b67a73dCopy full SHA for b67a73d
gitless/cli/gl.py
@@ -61,7 +61,7 @@ def print_help(parser):
61
action for action in parser._actions
62
if isinstance(action, argparse._SubParsersAction)]
63
# there will probably only be one subparser_action,
64
- # but better save than sorry
+ # but better safe than sorry
65
for subparsers_action in subparsers_actions:
66
# get all subparsers and print help
67
for choice in subparsers_action._choices_actions:
0 commit comments