diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-21 10:38:48 -0300 |
---|---|---|
committer | kali <kali@leap.se> | 2013-03-21 23:01:51 +0900 |
commit | bdc3e1b840c383f0d9236ad8d4df66633e87baf5 (patch) | |
tree | ea5d871f8d1ea7c6fbd0e113671472e5289f6d43 /src/leap/util | |
parent | 3ddf59c1c43b8e481eeb557869a60c2a1b5b6f48 (diff) |
Fixes as per review
Diffstat (limited to 'src/leap/util')
-rw-r--r-- | src/leap/util/leap_argparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/util/leap_argparse.py b/src/leap/util/leap_argparse.py index 66b1a2a5..66268f6f 100644 --- a/src/leap/util/leap_argparse.py +++ b/src/leap/util/leap_argparse.py @@ -37,7 +37,7 @@ Launches the LEAP Client""", epilog=epilog) type=int, action="store", dest="openvpn_verb", help='verbosity level for openvpn logs [1-6]') - parser.add_argument('--standalone', action="store_true", + parser.add_argument('-s', '--standalone', action="store_true", help='Makes the client use standalone' 'directories for configuration and binary' 'searching') |