mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
README: Update usage examples of dust
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user