Docs: Update doc comments for alias flag in "add" subcommand

This commit is contained in:
tahamahmoud7097-wq 2026-02-03 17:26:51 +02:00 committed by Taha Mahmoud
parent 0f34dc615d
commit 863aa179a4
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ pub struct Add {
#[clap(short, long)]
pub score: Option<f64>,
/// The alias for the entry to initialize without and then set afterwards or
/// initialize with it
/// The alias for the entry to initialize with
/// You can set a new alias after initialization
#[clap(short, long)]
pub alias: Option<String>,
}