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

SW-705: Fix typo

parent f03289eb
Branches
Tags
No related merge requests found
......@@ -85,7 +85,7 @@ def main():
description='runs the observationcontrol service')
parser.add_option('-b', '--broker', dest='broker', type='string', default=DEFAULT_BROKER,
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,
help="Name of the exchange on the qpid broker, default: %default")
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.
Please register or to comment