Farmadupe / vid_dup_finder

vid_dup_finder
Apache License 2.0
7 stars 1 forks source link

`--print-unique` seems to not work #2

Closed qarmin closed 2 years ago

qarmin commented 2 years ago
vid_dup_finder --files /home/rafal/Pictures --print-unique
error: Found argument '--print-unique' which wasn't expected, or isn't valid in this context

USAGE:
    vid_dup_finder [OPTIONS] --files <Directories/files to search>...

For more information try --help
Farmadupe commented 2 years ago

whoops, I changed the name of the argument after writing the documentation. The correct argument is "--search-unique"

I'll update the code soon.

Farmadupe commented 2 years ago

Issue now fixed