diff options
author | Kali Kaneko <kali@leap.se> | 2016-07-06 13:38:34 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-07-06 13:38:34 +0200 |
commit | 8405f6319d447b4c5ca850c625370c5181ce1b16 (patch) | |
tree | 74e59db835ecacbc59ffad2ab0542caeb5d23b7f | |
parent | 5220656188a93f263250df07237addd0c4e19949 (diff) |
[refactor] rename cli entrypoint
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -485,7 +485,7 @@ if IS_LINUX: extra_options = {} gui_launcher = 'bitmask=leap.bitmask.app:start_app' -bitmask_cli = 'bitmask_cli=leap.bitmask.cli.bitmask_cli:main' +bitmask_cli = 'bitmaskctl=leap.bitmask.cli.bitmask_cli:main' bitmaskd = 'bitmaskd=leap.bitmask.core.launcher:run_bitmaskd' |