README: Update usage examples of dust

This commit is contained in:
andy.boot
2021-07-07 16:44:02 +01:00
parent 555d86206d
commit 8e0188c755
2 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ fn main() {
Arg::with_name("ignore_hidden")
.short("i") // Do not use 'h' this is used by 'help'
.long("ignore_hidden")
.help("Obey .git_ignore rules & Do not display hidden files"),
.help("Do not display hidden files"),
)
.arg(
Arg::with_name("width")