Skip to content

Commit fe905ab

Browse files
author
Heiko Alexander Weber
committed
updated about section in clap args
1 parent 712257f commit fe905ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/args/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl ClapArgumentLoader {
7474

7575
let command = clap::App::new("complate")
7676
.version(env!("CARGO_PKG_VERSION"))
77-
.about("A git commit buddy.")
77+
.about("A rusty text templating application for CLIs.")
7878
.author("Weber, Heiko Alexander <haw@voidpointergroup.com>")
7979
.arg(clap::Arg::with_name("experimental")
8080
.short("e")

0 commit comments

Comments
 (0)