Skip to content

Commit

Permalink
fix: subtract arg helper string (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich authored Feb 26, 2025
1 parent 2f7a70b commit a04719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclip/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def init_arg_parser() -> argparse.ArgumentParser:
help='a text query or a path/URL to an image file to add to the "original" query,'
' can be used multiple times')
parser.add_argument('--subtract', '--sub', '-s', '-', metavar='QUERY', action='append', default=[],
help='a text query or a path/URL to an image file to add to the "original" query,'
help='a text query or a path/URL to an image file to subtract from the "original" query,'
' can be used multiple times')
parser.add_argument('--top', '-t', type=positive_int_arg_type, default=10,
help='number of top results to display; default: 10')
Expand Down

0 comments on commit a04719b

Please sign in to comment.