diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-04-11 10:08:39 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-04-11 10:08:39 -0300 |
commit | 1d8010100490afdb016d5c45ec95fe332377e045 (patch) | |
tree | 23743f4413e8651b5412cf127cc02c59a873635f /src/leap/bitmask/util | |
parent | 3dd0620c2966f8a1b918e76244641aa8b3a85664 (diff) | |
parent | 65bbc9ac87092053a8079d4d7d88cac4df5fbc36 (diff) |
Merge remote-tracking branch 'refs/remotes/ivan/feature/4990_start-hidden-flag' into develop
Diffstat (limited to 'src/leap/bitmask/util')
-rw-r--r-- | src/leap/bitmask/util/leap_argparse.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/util/leap_argparse.py b/src/leap/bitmask/util/leap_argparse.py index 88267ff8..8aacc85d 100644 --- a/src/leap/bitmask/util/leap_argparse.py +++ b/src/leap/bitmask/util/leap_argparse.py @@ -59,6 +59,9 @@ def build_parser(): action="store_false", dest="api_version_check", help='Skip the api version compatibility check with ' 'the provider.') + parser.add_argument('-H', '--start-hidden', default=False, + action="store_true", dest="start_hidden", + help='Starts the application just in the taskbar.') # openvpn options parser.add_argument('--openvpn-verbosity', nargs='?', |