mirror of
https://github.com/bootandy/dust.git
synced 2025-12-06 12:51:10 -08:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user