help message fix

This commit is contained in:
Wolfgang Hottgenroth
2022-02-04 23:08:53 +01:00
parent afaccc96d6
commit a403df5fad

View File

@ -25,7 +25,7 @@ def terminateHook(sig, frame):
logger.info("opcua2mqtt bridge starting")
parser = argparse.ArgumentParser(description="example1")
parser = argparse.ArgumentParser(description="opcua2mqtt")
parser.add_argument('--config', '-f',
help='Config file, default is $pwd/config.json',
required=False,