diff --git a/src/cli.rs b/src/cli.rs index 4ca384f..51b666d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -143,7 +143,7 @@ where .long("exts") .takes_value(true)) .arg(Arg::with_name("path") - .help("Watch a specific directory") + .help("Watch a specific file or directory") .short("w") .long("watch") .number_of_values(1)