cli.py: fix wrong comment
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Aug 2020 01:00:52 +0000 (21:00 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Aug 2020 01:01:04 +0000 (21:01 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/cli.py

index 1653a759805398b0b0c1f7441be662a87f491072..3b21ec4df7f6584fb34587be9a9fafc0234bad5d 100644 (file)
@@ -391,7 +391,7 @@ def _cmd_from_args(orig_args):
         print(f'barectf {barectf.__version__}')
         sys.exit()
 
-    # execute command
+    # create command object
     cmd_orig_args = orig_args[cmd_first_orig_arg_index:]
 
     if cmd_from_args_func is None:
This page took 0.023095 seconds and 4 git commands to generate.