jvirkki / dupd

CLI utility to find duplicate files
http://www.virkki.com/dupd
GNU General Public License v3.0
112 stars 16 forks source link

'report' command 'minsize' doesn't specify the size unit #38

Closed oliveox closed 3 years ago

oliveox commented 3 years ago

Great software, thank you for making it.

Issue I've observed while using it that the --minsize flag doesn't specify the unit. bits, bytes, kB?

`report - Display the list of duplicates.

   --cut PATHSEG
          Remove  prefix PATHSEG from the file paths in the report output.
          This can reduce clutter in the output  text  if  all  the  files
          scanned share a long identical prefix.

   --minsize SIZE
          Report only duplicate sets which consume at least this much disk
          space.  Note this is the total size occupied by all  the  dupli‐
          cates in a set, not their individual file size.

   --format NAME
          Produce  the report in this output format.  NAME is one of text,
          csv, json.  The default is text.`
jvirkki commented 3 years ago

Good catch, thanks.