Skip to content

Commit

Permalink
Improve help string for --collections
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Oct 7, 2022
1 parent 0df4ed3 commit 78885b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion isic_cli/cli/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def image(ctx):
'--collections',
default='',
help=(
'Limit the images based on a comma separated string of collection'
'Filter the images based on a comma separated string of collection'
' ids (see isic collection list).'
),
)
Expand Down
2 changes: 1 addition & 1 deletion isic_cli/cli/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def validate(csv_path: Path):
type=CommaSeparatedIdentifiers(),
default='',
help=(
'Limit the images based on a comma separated list of collection ids e.g. 2,17,42. '
'Filter the images based on a comma separated list of collection ids e.g. 2,17,42. '
'See isic collection list to obtain ids.'
),
)
Expand Down

0 comments on commit 78885b0

Please sign in to comment.