Skip to content

Commit

Permalink
fixing typo (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fl4m3Ph03n1x authored Apr 13, 2022
1 parent 59bedde commit 978ae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self):
)

parser_convert = subparsers.add_parser("convert", help="Converts darwin json to other annotation formats.")
parser_convert.add_argument("format", type=str, help="Annotation import to convert to.")
parser_convert.add_argument("format", type=str, help="Annotation format to convert to.")

parser_convert.add_argument("files", type=str, nargs="+", help="Annotation files (or folders) to convert.")

Expand Down

0 comments on commit 978ae78

Please sign in to comment.