help message fix
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user