diff options
author | Kali Kaneko <kali@leap.se> | 2014-04-23 08:00:20 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-04-23 08:00:20 -0500 |
commit | f783150bd4afdb739c827a7bb2676ed6db6ba34e (patch) | |
tree | 5823ea53c88a4a0906d31380cb448ec6af200e96 /src/leap/bitmask/util/leap_argparse.py | |
parent | deaddb4a77acfb99024c4ca2f584210e778573ce (diff) | |
parent | bcf3c5d5928585e06c058bf1754100d078919bbd (diff) |
Merge remote-tracking branch 'ivan-github/feature/skip-wizard-checks' into develop
Diffstat (limited to 'src/leap/bitmask/util/leap_argparse.py')
-rw-r--r-- | src/leap/bitmask/util/leap_argparse.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/bitmask/util/leap_argparse.py b/src/leap/bitmask/util/leap_argparse.py index 8aacc85d..84af4e8d 100644 --- a/src/leap/bitmask/util/leap_argparse.py +++ b/src/leap/bitmask/util/leap_argparse.py @@ -62,6 +62,10 @@ def build_parser(): parser.add_argument('-H', '--start-hidden', default=False, action="store_true", dest="start_hidden", help='Starts the application just in the taskbar.') + parser.add_argument('-S', '--skip-wizard-checks', default=False, + action="store_true", dest="skip_wizard_checks", + help='Skips the provider checks in the wizard (use ' + 'for testing purposes only).') # openvpn options parser.add_argument('--openvpn-verbosity', nargs='?', |