Skip to content

Commit 58c4073

Browse files
committed
Changed comments
1 parent c78e4cc commit 58c4073

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/src/remove_json_keys/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def main():
77
cli = init.cli()
88

9-
# Process early-exit args (e.g. init, --version)
9+
# Process early-exit args (e.g. --help, --version)
1010
for ctrl_name, ctrl in vars(settings.controls).items():
1111
if getattr(ctrl, 'exit', False) and getattr(cli.config, ctrl_name, False):
1212
if hasattr(ctrl, 'handler') : ctrl.handler(cli)

translate-messages/src/translate_messages/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def main():
77
cli = init.cli()
88

9-
# Process early-exit args (e.g. init, --version)
9+
# Process early-exit args (e.g. --help, --version)
1010
for ctrl_name, ctrl in vars(settings.controls).items():
1111
if getattr(ctrl, 'exit', False) and getattr(cli.config, ctrl_name, False):
1212
if hasattr(ctrl, 'handler') : ctrl.handler(cli)

0 commit comments

Comments
 (0)