Skip to content
Snippets Groups Projects
Commit a1ccdaf2 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix: whitespace + comment

parent b7a16187
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ def run_node(options):
if __name__ == '__main__':
# configure argument parser
op = OptionParser(version='%%prog %s' % __version__)
op.add_option('-c', '--config', default=DEFAULT_CONFIG_FILE,
help='configuration file (default: %default)')
......@@ -125,7 +126,6 @@ if __name__ == '__main__':
help='pid file (default: %default)')
op.add_option('-s', '--stdout', action='store_true', default=False,
help='log on standard output instead of syslog')
cliopts, args = op.parse_args()
# read the config file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment