From 7169b2c38d517834e867be987cf62e7466b6f241 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 6 Nov 2016 14:18:02 -0200 Subject: [feat] add '-v' option --- src/leap/bitmask/cli/bitmask_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/cli/bitmask_cli.py') diff --git a/src/leap/bitmask/cli/bitmask_cli.py b/src/leap/bitmask/cli/bitmask_cli.py index 60bf7d9d..e72d1f60 100755 --- a/src/leap/bitmask/cli/bitmask_cli.py +++ b/src/leap/bitmask/cli/bitmask_cli.py @@ -93,7 +93,7 @@ GENERAL COMMANDS: # avoid launching again. import commands cmd = 'bitmaskd' - if raw_args and '--verbose' in raw_args: + if raw_args and ('--verbose' in raw_args or '-v' in raw_args): cmd += ' --verbose' commands.getoutput(cmd) command.default_dict_printer({'start': 'ok'}) -- cgit v1.2.3