diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-15 09:48:37 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-15 09:48:37 +0200 |
| commit | f9ea5957e5d484c91668a19765cff2e709f9e3c9 (patch) | |
| tree | 835ffad37ccc87607e259fbecbe719eccbd83646 | |
| parent | a79d8e1178417a2f0efbb4c6e3527d63d8dc8290 (diff) | |
| download | jasper-client-f9ea5957e5d484c91668a19765cff2e709f9e3c9.tar.gz jasper-client-f9ea5957e5d484c91668a19765cff2e709f9e3c9.zip | |
Fix wrong argparser name
| -rwxr-xr-x | jasper.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ from client import vocabcompiler, stt from client import speaker as speak from client.conversation import Conversation -parser = argparse.ArgumentParser(description='Test suite for the Jasper client code.') +parser = argparse.ArgumentParser(description='Jasper Voice Control Center') parser.add_argument('--local', action='store_true', help='Use text input instead of a real microphone') parser.add_argument('--no-network-check', action='store_true', help='Disable the network connection check') parser.add_argument('--debug', action='store_true', help='Show debug messages') |
