Skip to content

Commit

Permalink
fixed inconsistent command line argument case
Browse files Browse the repository at this point in the history
  • Loading branch information
cmromo committed Oct 30, 2023
1 parent 09088ae commit 492d27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bacnet/bbmd_finder_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 492d27a

Please sign in to comment.