Docs: Update doc comments for alias flag in "add" subcommand
This commit is contained in:
parent
0f34dc615d
commit
863aa179a4
|
|
@ -64,8 +64,8 @@ pub struct Add {
|
||||||
#[clap(short, long)]
|
#[clap(short, long)]
|
||||||
pub score: Option<f64>,
|
pub score: Option<f64>,
|
||||||
|
|
||||||
/// The alias for the entry to initialize without and then set afterwards or
|
/// The alias for the entry to initialize with
|
||||||
/// initialize with it
|
/// You can set a new alias after initialization
|
||||||
#[clap(short, long)]
|
#[clap(short, long)]
|
||||||
pub alias: Option<String>,
|
pub alias: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue