diff --git a/scripts/bacnet/bbmd_finder_sync.py b/scripts/bacnet/bbmd_finder_sync.py index f8c608e406..b54027fb2d 100644 --- a/scripts/bacnet/bbmd_finder_sync.py +++ b/scripts/bacnet/bbmd_finder_sync.py @@ -351,7 +351,7 @@ def main(): arg_parser.add_argument("--device_map", dest="device_map", help="load device from the specified file") - arg_parser.add_argument("--bbmd-map", dest="bbmd_map", + arg_parser.add_argument("--bbmd_map", dest="bbmd_map", help="save bbmd map to the specified file") args = arg_parser.parse_args()