Skip to content

Commit

Permalink
sct_label_utils: Clarify argument order for -disc (#4483)
Browse files Browse the repository at this point in the history
Fixes #4475.
  • Loading branch information
joshuacwnewton committed May 15, 2024
1 parent dbcf9d1 commit 05c7ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinalcordtoolbox/scripts/sct_label_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_parser():
func_group.add_argument(
'-disc',
metavar=Metavar.file,
help="Project disc labels onto the spinal cord segmentation to create a labeled segmentation. "
help="Project disc labels (-disc) onto a spinal cord segmentation (-i) to create a labeled segmentation. "
"Note: Unlike 'sct_label_vertebrae -discfile', this function does not involve cord straightening. "
"The disc labeling follows the convention: "
"https://spinalcordtoolbox.com/user_section/tutorials/vertebral-labeling/labeling-conventions.html"
Expand Down

0 comments on commit 05c7ede

Please sign in to comment.