mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03: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:
+1
-1
@@ -161,7 +161,7 @@ fn main() {
|
|||||||
Arg::with_name("no_colors")
|
Arg::with_name("no_colors")
|
||||||
.short("c")
|
.short("c")
|
||||||
.long("no-colors")
|
.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(
|
||||||
Arg::with_name("no_bars")
|
Arg::with_name("no_bars")
|
||||||
|
|||||||
Reference in New Issue
Block a user