Correct --watch help text as per #165

This commit is contained in:
Félix Saparelli 2020-09-15 13:21:02 +12:00 committed by GitHub
parent 55b03e82c3
commit f2da804d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)