X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/e20392dd7415616f40ec65b4b5e2f9a2dc6efe4d..0ed615781d6e53236fe84cc5c9896956dea5a067:/src/mw/cli.py diff --git a/src/mw/cli.py b/src/mw/cli.py index 52df23b..c16791e 100644 --- a/src/mw/cli.py +++ b/src/mw/cli.py @@ -61,7 +61,7 @@ class CLI(object): # determine what the subcommand is if len(sys.argv) > 1: if sys.argv[1] in self.all_commands: - the_command = sys.argv[1] # SWEET ACTION + the_command = sys.argv[1] # SWEET ACTION elif sys.argv[1] in ['--help', '-h', 'help']: self.usage() else: