Skip to content

Commit

Permalink
update -json-metadata flag help
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Dec 11, 2024
1 parent 65883e2 commit 6e072ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions manual_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,12 @@ def get_parser():
)
parser.add_argument(
'-json-metadata', metavar="<file>", required=False,
help="R|A custom JSON file containing metadata to be added to the JSON sidecar of all corrected labels. "
help="R|A custom JSON file containing metadata to be added to the output JSON sidecar of all corrected labels. "
"This flag is useful, for example, when a label was obtained automatically and you want to include this "
"information into the JSON sidecar. "
"information into the JSON sidecar. \n"
"NOTE: the script automatically checks whether the JSON file already exists (for example when "
"automatically created by SCT 6.4+). If so, the script will reuse its metadata. In such cases, you do not "
"need to use this flag.\n"
"Below is an example JSON file:\n"
+ dedent(
"""
Expand Down

0 comments on commit 6e072ff

Please sign in to comment.