Skip to content

Commit

Permalink
xirvik/commands/move_by_label: fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Sep 15, 2023
1 parent 2343798 commit e22707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xirvik/commands/move_by_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _key_check(info: TorrentInfo) -> bool:
'--lower-label',
is_flag=True,
help='Call lower() on labels used to make directory names')
@click.option('--ignore-labels', multiple=True, help='list of labels to ignore (case-sensitive)')
@click.option('--ignore-labels', multiple=True, help='List of labels to ignore (case-sensitive).')
def main(host: str,
ignore_labels: Sequence[str],
netrc: str | None = None,
Expand Down

0 comments on commit e22707b

Please sign in to comment.