Remove author's names from help message

This commit is contained in:
Spyros Roum 2021-10-19 19:56:52 +03:00
parent 7fb4398c04
commit 7b758c0ffb

View File

@ -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")]