Skip to content

Commit 72296d4

Browse files
committed
Docs: Update doc comments for alias flag in "add" subcommand
1 parent 9c475a1 commit 72296d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/cmd.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ pub struct Add {
6464
#[clap(short, long)]
6565
pub score: Option<f64>,
6666

67-
/// The alias for the entry to initialize without and then set afterwards or
68-
/// initialize with it
67+
/// The alias for the entry to initialize with
68+
/// You can set a new alias after initialization
6969
#[clap(short, long)]
7070
pub alias: Option<String>,
7171
}

0 commit comments

Comments
 (0)