From 5c2c1c39a1e5b9a0b3e49853b387692ccf4f40cf Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Sun, 14 Jul 2019 12:15:42 +0300 Subject: [PATCH] fix docs --- files/fastdu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fastdu b/files/fastdu index 32d077c..85264c7 100755 --- a/files/fastdu +++ b/files/fastdu @@ -5,7 +5,7 @@ function helpexit() { echo "Returns only the size as number" echo " -h Human readable units" echo " -s Summary mode, otherwise each argument folder calculated separate" - echo " -c Count files instead of summarizing sizes" + echo " -c Count files in addition of summarizing sizes" echo " -a Display animation while counting" echo " -f # Format filesize to human readable. Command exits without scanning." echo " --help This help"