From de2a86a984ec63958e48056894f91cd23815d308 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 29 Jan 2026 22:38:16 +0100 Subject: words: fix bad alignment on the help message 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(-) (limited to 'crates/cli') diff --git a/crates/cli/src/words.rs b/crates/cli/src/words.rs index 3febce8..83e2b5a 100644 --- a/crates/cli/src/words.rs +++ b/crates/cli/src/words.rs @@ -75,7 +75,7 @@ fn help(msg: Option<&str>) { println!("\nSubcommands:"); println!(" create\t\tCreate a new word."); - println!(" dup\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."); 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