Update help text: Add note for -c about watch

Issue was raised about using dust with watch. The solution is to use
watch --color dust or watch dust -c

https://github.com/bootandy/dust/issues/205
This commit is contained in:
andy.boot
2022-01-02 18:04:33 +00:00
parent 6a34b52d15
commit ab67c1a50e

View File

@@ -161,7 +161,7 @@ fn main() {
Arg::with_name("no_colors")
.short("c")
.long("no-colors")
.help("No colors will be printed (normally largest directories are colored)"),
.help("No colors will be printed (Useful for commands like: watch)"),
)
.arg(
Arg::with_name("no_bars")