Skip to content

Commit

Permalink
Update description of CLI to use from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
blenderskool committed Jan 25, 2021
1 parent 43bed07 commit befdc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn main() {
let matches = App::new("Pigmnts")
.version(env!("CARGO_PKG_VERSION"))
.author(env!("CARGO_PKG_AUTHORS"))
.about("Create color palette from image")
.about(env!("CARGO_PKG_DESCRIPTION"))
.arg(Arg::with_name("count")
.short("c")
.long("count")
Expand Down

0 comments on commit befdc66

Please sign in to comment.