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
+2 -2
View File
@@ -53,8 +53,8 @@ set edit:completion:arg-completer[dust] = {|@words|
cand -R 'For screen readers. Removes bars. Adds new column: depth level (May want to use -p too for full path)'
cand --screen-reader 'For screen readers. Removes bars. Adds new column: depth level (May want to use -p too for full path)'
cand --skip-total 'No total row will be displayed'
cand -f 'Directory ''size'' is number of child files/dirs not disk size'
cand --filecount 'Directory ''size'' is number of child files/dirs not disk size'
cand -f 'Directory ''size'' is number of child files instead of disk size'
cand --filecount 'Directory ''size'' is number of child files instead of disk size'
cand -i 'Do not display hidden files'
cand --ignore_hidden 'Do not display hidden files'
cand -t 'show only these file types'