From 8ae774ceffbb303165db449d130a842108726fc2 Mon Sep 17 00:00:00 2001 From: Crypto-Spartan Date: Wed, 5 Jan 2022 21:55:26 +0000 Subject: [PATCH] add 'about' info (Cargo.toml descripion value) to help message --- src/opts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opts.rs b/src/opts.rs index ad08251..5201c2f 100644 --- a/src/opts.rs +++ b/src/opts.rs @@ -9,7 +9,7 @@ use clap::{Parser, ValueHint}; /// /// Repository: https://github.com/ouch-org/ouch #[derive(Parser, Debug)] -#[clap(version)] +#[clap(about, version)] pub struct Opts { /// Skip [Y/n] questions positively. #[clap(short, long, conflicts_with = "no")]