From 4939d22af2b6e43b280624cc5c2bbb9656dc5b55 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 30 Jan 2026 21:46:30 +0100 Subject: words: improve wording for the 'dup' subcommand MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/cli/src/words.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/words.rs b/crates/cli/src/words.rs index 212cddc..41f7d71 100644 --- a/crates/cli/src/words.rs +++ b/crates/cli/src/words.rs @@ -76,7 +76,7 @@ fn help(msg: Option<&str>) { println!("\nSubcommands:"); println!(" create\t\tCreate a new word. It accepts word enunciates given into a pipe (an enunciate per line), otherwise this command is interactive."); - println!(" dup\t\t\tCreate a word which is an alternative of another one."); + println!(" dup\t\t\tCreate a word which is an alternative of another one. Short version of 'rel' for alternative words."); println!(" edit\t\t\tEdit information from a word."); println!(" ls\t\t\tList the words from the database."); println!(" poke\t\t\tUpdate the timestamp for a word."); -- cgit v1.2.3