README: Update readme to include max-size

This commit is contained in:
andy.boot
2022-08-23 10:44:43 +01:00
parent eebd9daf2a
commit 40acc8f868
+1
View File
@@ -67,6 +67,7 @@ Usage: dust -i (Do not show hidden files)
Usage: dust -c (No colors [monochrome])
Usage: dust -f (Count files instead of diskspace)
Usage: dust -t (Group by filetype)
Usage: dust -z 10M (min-size, Only include files larger than 10M)
Usage: dust -e regex (Only include files matching this regex (eg dust -e "\.png$" would match png files))
Usage: dust -v regex (Exculde files matching this regex (eg dust -v "\.png$" would ignore png files))