Skip to content

Commit

Permalink
improve list templates help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterio77 committed May 2, 2023
1 parent 0310b9f commit 0cad22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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')
)
Expand Down

0 comments on commit 0cad22a

Please sign in to comment.