Skip to content

Commit befdc66

Browse files
committed
Update description of CLI to use from manifest
1 parent 43bed07 commit befdc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn main() {
7070
let matches = App::new("Pigmnts")
7171
.version(env!("CARGO_PKG_VERSION"))
7272
.author(env!("CARGO_PKG_AUTHORS"))
73-
.about("Create color palette from image")
73+
.about(env!("CARGO_PKG_DESCRIPTION"))
7474
.arg(Arg::with_name("count")
7575
.short("c")
7676
.long("count")

0 commit comments

Comments
 (0)