diff --git a/src/cli.rs b/src/cli.rs index b8dcaf8..f2e8ce8 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -62,7 +62,7 @@ pub fn build_cli() -> App<'static> { .setting(AppSettings::ColoredHelp) .arg( Arg::new("templates") - .about("list available patterns") + .about("List templates instead of schemes") .long("templates") .short('t') )