Skip to content

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljung323 committed Jun 19, 2024
1 parent d5287ad commit 3b76299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/label_studio_sdk/converter/imports/coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def add_parser(subparsers):
"--input",
dest="input",
required=True,
help="directory with COCO where images, labels, notes.json are located",
help="input COCO json file",
action=ExpandFullPath,
)
coco.add_argument(
Expand Down

0 comments on commit 3b76299

Please sign in to comment.