commit-gnue
[Top][All Lists]
Advanced

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

r5221 - trunk/gnue-common/src/apps


From: jamest
Subject: r5221 - trunk/gnue-common/src/apps
Date: Thu, 4 Mar 2004 17:01:36 -0600 (CST)

Author: jamest
Date: 2004-03-04 17:01:34 -0600 (Thu, 04 Mar 2004)
New Revision: 5221

Modified:
   trunk/gnue-common/src/apps/GBaseApp.py
Log:
fix for --configuration-options


Modified: trunk/gnue-common/src/apps/GBaseApp.py
===================================================================
--- trunk/gnue-common/src/apps/GBaseApp.py      2004-03-04 18:39:17 UTC (rev 
5220)
+++ trunk/gnue-common/src/apps/GBaseApp.py      2004-03-04 23:01:34 UTC (rev 
5221)
@@ -114,7 +114,7 @@
            _('(e.g., "--debug-file trace.log" sends all output to 
"trace.log")') ],
          [ 'help', None, 'help', False, None, None,
            _('Displays this help screen.') ],
-         [ 'configuration_options', None, 'configuration-options', True, None, 
None,
+         [ 'configuration_options', None, 'configuration-options', False, 
None, None,
            _('Displays a list of valid configuration file entries, their 
purpose, and their default values.') ],
          [ 'man_page', None, 'generate-man-page', False, None, None,
            _('Generates a groff-formatted man page as a file in the current 
directory.') ],





reply via email to

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