We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c475a1 commit 72296d4Copy full SHA for 72296d4
src/cmd/cmd.rs
@@ -64,8 +64,8 @@ pub struct Add {
64
#[clap(short, long)]
65
pub score: Option<f64>,
66
67
- /// The alias for the entry to initialize without and then set afterwards or
68
- /// initialize with it
+ /// The alias for the entry to initialize with
+ /// You can set a new alias after initialization
69
70
pub alias: Option<String>,
71
}
0 commit comments