summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util/leap_argparse.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-01-08 14:34:13 -0400
committerKali Kaneko <kali@leap.se>2015-01-08 14:34:13 -0400
commitfdbfe431c52b2bc5a88a2328fe79de3035201099 (patch)
tree60d6af48f468f0dcd1922998e663f2273a55c41e /src/leap/bitmask/util/leap_argparse.py
parent77b576b58f7f533ff4f6a31594bb53d4ffad9d49 (diff)
parent54521d35d239c2e62d42e9c77690b9d1bc94f7db (diff)
Merge branch 'release/0.8.x' into debian/experimental
Diffstat (limited to 'src/leap/bitmask/util/leap_argparse.py')
-rw-r--r--src/leap/bitmask/util/leap_argparse.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/leap/bitmask/util/leap_argparse.py b/src/leap/bitmask/util/leap_argparse.py
index cbd6d8a5..346caed5 100644
--- a/src/leap/bitmask/util/leap_argparse.py
+++ b/src/leap/bitmask/util/leap_argparse.py
@@ -74,9 +74,10 @@ def build_parser():
help='Verbosity level for openvpn logs [1-6]')
# mail stuff
- parser.add_argument('-o', '--offline', action="store_true",
- help='Starts Bitmask in offline mode: will not '
- 'try to sync with remote replicas for email.')
+ # XXX Disabled right now since it's not tested after login refactor
+ # parser.add_argument('-o', '--offline', action="store_true",
+ # help='Starts Bitmask in offline mode: will not '
+ # 'try to sync with remote replicas for email.')
parser.add_argument('--acct', metavar="user@provider",
nargs='?',