From ab67c1a50ed0ddd4c93cd7c31f5db0a10aa95ba9 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sun, 2 Jan 2022 18:04:33 +0000 Subject: [PATCH] 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 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3b895ad..55b04ba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")