From 863aa179a44d299bea0d600dce98b40a466e9b77 Mon Sep 17 00:00:00 2001 From: tahamahmoud7097-wq Date: Tue, 3 Feb 2026 17:26:51 +0200 Subject: [PATCH] Docs: Update doc comments for alias flag in "add" subcommand --- src/cmd/cmd.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }