[Neo-report] r2191 gregory - /trunk/neoadmin

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 12 17:53:09 CEST 2010


Author: gregory
Date: Mon Jul 12 17:53:07 2010
New Revision: 2191

Log:
Fix typo and remove some trailing whitespaces.

Modified:
    trunk/neoadmin

Modified: trunk/neoadmin
==============================================================================
--- trunk/neoadmin [iso-8859-1] (original)
+++ trunk/neoadmin [iso-8859-1] Mon Jul 12 17:53:07 2010
@@ -33,7 +33,7 @@ parser.add_option('-l', '--logfile', hel
 parser.add_option('-c', '--cluster', help = 'the cluster name')
 parser.add_option('-m', '--masters', help = 'master node list')
 parser.add_option('-b', '--bind', help = 'the local address to bind to')
-parser.add_option('-n', '--name', help = 'the node name (impove logging)')
+parser.add_option('-n', '--name', help = 'the node name (improve logging)')
 
 # build configuration dict from command line options
 (options, args) = parser.parse_args()
@@ -50,9 +50,9 @@ defaults = dict(
     masters = '127.0.0.1:10000',
 )
 config = ConfigurationManager(
-        defaults, 
-        options.file, 
-        options.section or 'admin', 
+        defaults,
+        options.file,
+        options.section or 'admin',
         arguments,
 )
 





More information about the Neo-report mailing list