summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-15 09:48:37 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-15 09:48:37 +0200
commitf9ea5957e5d484c91668a19765cff2e709f9e3c9 (patch)
tree835ffad37ccc87607e259fbecbe719eccbd83646
parenta79d8e1178417a2f0efbb4c6e3527d63d8dc8290 (diff)
downloadjasper-client-f9ea5957e5d484c91668a19765cff2e709f9e3c9.tar.gz
jasper-client-f9ea5957e5d484c91668a19765cff2e709f9e3c9.zip
Fix wrong argparser name
-rwxr-xr-xjasper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jasper.py b/jasper.py
index a0e298c..ebc528d 100755
--- a/jasper.py
+++ b/jasper.py
@@ -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')