docs: Fix filecount docs

We count files not files + folders
This commit is contained in:
andy.boot
2023-11-21 20:21:50 +00:00
parent f3275cd59c
commit 8b1632dde8
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ pub fn build_cli() -> Command<'static> {
Arg::new("by_filecount")
.short('f')
.long("filecount")
.help("Directory 'size' is number of child files/dirs not disk size"),
.help("Directory 'size' is number of child files instead of disk size"),
)
.arg(
Arg::new("ignore_hidden")