From f9ea5957e5d484c91668a19765cff2e709f9e3c9 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 15 Sep 2014 09:48:37 +0200 Subject: Fix wrong argparser name --- jasper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jasper.py') 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') -- cgit v1.3.1