diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-26 22:53:39 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 16:36:37 +0100 |
commit | 7697beb7034acacbe6964af0385a03b2ea33ec93 (patch) | |
tree | d22248d908a59ce287229b9071429fb6ca726f13 /src/leap/bitmask/cli/bitmask_cli.py | |
parent | a93041b152b02d2c782baae2ccb39af905e6b9a3 (diff) |
[feat] help string for bitmask gui
- Resolves: #8794
Diffstat (limited to 'src/leap/bitmask/cli/bitmask_cli.py')
-rwxr-xr-x | src/leap/bitmask/cli/bitmask_cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/cli/bitmask_cli.py b/src/leap/bitmask/cli/bitmask_cli.py index 40f119e9..b048bb69 100755 --- a/src/leap/bitmask/cli/bitmask_cli.py +++ b/src/leap/bitmask/cli/bitmask_cli.py @@ -62,7 +62,6 @@ GENERAL COMMANDS: OPTIONAL ARGUMENTS: --json print the raw json (useful for scripting) - ''' epilog = ("Use 'bitmaskctl <command> help' to learn more " "about each command.") |