aboutsummaryrefslogtreecommitdiff
path: root/crates/cli
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-01-30 21:46:30 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-01-30 21:47:56 +0100
commit4939d22af2b6e43b280624cc5c2bbb9656dc5b55 (patch)
tree06823ca2f13c01249da82390d89867821ce90ca2 /crates/cli
parent3a0ff446654ec62111b39f342fe480fa144ff203 (diff)
downloadmihi-4939d22af2b6e43b280624cc5c2bbb9656dc5b55.tar.gz
mihi-4939d22af2b6e43b280624cc5c2bbb9656dc5b55.zip
words: improve wording for the 'dup' subcommand
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'crates/cli')
-rw-r--r--crates/cli/src/words.rs2
1 files changed, 1 insertions, 1 deletions
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.");