Options:
  -h, --help            show this help message and exit
  -s                    create shell script that remove dups
  -o FILE, --out=FILE   log file name, if ommited stdout is user
  --sep=SEPARATOR       seperator for duplicated entries; use \n for newline,
                        \t for tab [default: \n\t]
  --sort                sort filenames in log
  -q, --quote           quote paths with " if contain space
  -a, --abs-path        save absolute paths
  --no-cache            do not create any temporary files for cache
  -e EXCLUDE, --exclude=EXCLUDE
                        exclude given files or patterns; you can pass as many
                        options as you need
  -Q, --quiet           be quiet
  --keep                do not overwrite log file if exists
  --no-recursive        do not go deeper
  --traceback           in case of error print full traceback, that can help
                        identify an error
