mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Update docs for -X flag.
-X flag changed subtly with previous pull request. It now requires a directory name and doesn't work on substrings.
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ fn main() {
|
||||
.takes_value(true)
|
||||
.number_of_values(1)
|
||||
.multiple(true)
|
||||
.help("Exclude any file or directory with contains this substring."),
|
||||
.help("Exclude any file or directory with this name."),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("limit_filesystem")
|
||||
|
||||
Reference in New Issue
Block a user