Commit 44bbd444 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix typo and remove some trailing whitespaces.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2191 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5356ff25
......@@ -33,7 +33,7 @@ parser.add_option('-l', '--logfile', help = 'specify a logging file')
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,
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment