Skip to content

Commit

Permalink
Fixed documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maheuss committed Nov 29, 2020
1 parent f6b31cc commit f3e74f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shimmingtoolbox/cli/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

@click.group(context_settings=CONTEXT_SETTINGS,
help=f"Create a mask based on a specified shape (box, rectangle, SpinalCord Toolbox mask) or based on the "
f"thresholding of an input image. Callable with the prefix 'st_' (Example: 'st_mask -h').")
f"thresholding of an input image. Callable with the prefix 'st' in front of 'mask'. "
f"(Example: 'st_mask -h').")
def mask_cli():
pass

Expand Down

0 comments on commit f3e74f3

Please sign in to comment.