Skip to content
Snippets Groups Projects
Commit dd3de89f authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-705: Fix typo

parent f03289eb
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ def main(): ...@@ -85,7 +85,7 @@ def main():
description='runs the observationcontrol service') description='runs the observationcontrol service')
parser.add_option('-b', '--broker', dest='broker', type='string', default=DEFAULT_BROKER, parser.add_option('-b', '--broker', dest='broker', type='string', default=DEFAULT_BROKER,
help='Address of the qpid broker, default: %default') help='Address of the qpid broker, default: %default')
parser.add_option("-e", "--exchange", dest="echange", type="string", parser.add_option("-e", "--exchange", dest="exchange", type="string",
default=DEFAULT_BUSNAME, default=DEFAULT_BUSNAME,
help="Name of the exchange on the qpid broker, default: %default") help="Name of the exchange on the qpid broker, default: %default")
parser.add_option('-V', '--verbose', dest='verbose', action='store_true', parser.add_option('-V', '--verbose', dest='verbose', action='store_true',
......
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