summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util/leap_argparse.py
diff options
context:
space:
mode:
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='?',