summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')