mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Improve help text
This commit is contained in:
+2
-2
@@ -189,7 +189,7 @@ fn main() {
|
|||||||
.conflicts_with("filter")
|
.conflicts_with("filter")
|
||||||
.conflicts_with("types")
|
.conflicts_with("types")
|
||||||
.conflicts_with("depth")
|
.conflicts_with("depth")
|
||||||
.help("Exclude files matching this regex. To ignore png files type: -v \"\\.png$\" "),
|
.help("Exclude filepaths matching this regex. To ignore png files type: -v \"\\.png$\" "),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("filter")
|
Arg::new("filter")
|
||||||
@@ -200,7 +200,7 @@ fn main() {
|
|||||||
.multiple_occurrences(true)
|
.multiple_occurrences(true)
|
||||||
.conflicts_with("types")
|
.conflicts_with("types")
|
||||||
.conflicts_with("depth")
|
.conflicts_with("depth")
|
||||||
.help("Only include files matching this regex. For png files type: -e \"\\.png$\" "),
|
.help("Only include filepaths matching this regex. For png files type: -e \"\\.png$\" "),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("types")
|
Arg::new("types")
|
||||||
|
|||||||
Reference in New Issue
Block a user