speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] fix Usage prompt in spd-conf


From: Andrei Kholodnyi
Subject: [PATCH 1/1] fix Usage prompt in spd-conf
Date: Fri, 27 Aug 2010 21:29:54 +0200

added also a short file description
---
 src/python/speechd_config/config.py |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/python/speechd_config/config.py 
b/src/python/speechd_config/config.py
index d6ee648..90abe71 100644
--- a/src/python/speechd_config/config.py
+++ b/src/python/speechd_config/config.py
@@ -1,4 +1,7 @@
-# Copyright (C) 2008,2010 Brailcom, o.p.s.
+# config.py - A simple dialog based tool for basic configuration of
+#             Speech Dispatcher and problem diagnostics.
+#
+# Copyright (C) 2008, 2010 Brailcom, o.p.s.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -205,10 +208,9 @@ class Options(object):
         }
 
     def __init__(self):
-        usage = """A simple tool for basic configuration of Speech Dispatcher
-and problem diagnostics
-
-usage: %prog [options]"""
+        usage = """%prog [options]
+A simple dialog based tool for basic configuration of Speech Dispatcher
+and problem diagnostics."""
         self.cmdline_parser = OptionParser(usage)
 
         for option, definition in self._conf_options.iteritems():
-- 
1.6.0.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]