diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-12-20 19:11:05 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-12-20 19:11:05 -0300 |
commit | bdc638e6fc3dadaaf9c60a19f4e850c5450cfc3e (patch) | |
tree | cecaecfa596fd9818d80a3b65a32ecb330cf68dd /src/leap/bitmask/util | |
parent | c0572dd9e06cd2775348d910433e43b42e05cbb7 (diff) | |
parent | 8ba650488ea1f1a50b4c22758f647c9f2ee7839d (diff) |
Merge remote-tracking branch 'refs/remotes/kali/feature/mail-debug' into develop
Diffstat (limited to 'src/leap/bitmask/util')
-rw-r--r-- | src/leap/bitmask/util/leap_argparse.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/leap/bitmask/util/leap_argparse.py b/src/leap/bitmask/util/leap_argparse.py index 00192247..6703b600 100644 --- a/src/leap/bitmask/util/leap_argparse.py +++ b/src/leap/bitmask/util/leap_argparse.py @@ -41,6 +41,11 @@ Launches Bitmask""", epilog=epilog) action="store", dest="log_file", #type=argparse.FileType('w'), help='optional log file') + parser.add_argument('-m', '--mail-logfile', + metavar="MAIL LOG FILE", nargs='?', + action="store", dest="mail_log_file", + #type=argparse.FileType('w'), + help='optional log file for email') parser.add_argument('--openvpn-verbosity', nargs='?', type=int, action="store", dest="openvpn_verb", |