mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
docs: Fix filecount docs
We count files not files + folders
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user