diff --git a/src/cmd/cmd.rs b/src/cmd/cmd.rs index 3d82a64..4e41c50 100644 --- a/src/cmd/cmd.rs +++ b/src/cmd/cmd.rs @@ -64,8 +64,8 @@ pub struct Add { #[clap(short, long)] pub score: Option, - /// 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, }