mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
Remove author's names from help message
This commit is contained in:
parent
7fb4398c04
commit
7b758c0ffb
@ -10,7 +10,7 @@ use clap::{Parser, ValueHint};
|
||||
use crate::Error;
|
||||
|
||||
#[derive(Parser, Debug)]
|
||||
#[clap(version, author, about)]
|
||||
#[clap(version, about)]
|
||||
pub struct Opts {
|
||||
/// Skip overwrite questions positively.
|
||||
#[clap(short, long, conflicts_with = "no")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user