diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-29 22:38:16 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-29 22:38:16 +0100 |
| commit | de2a86a984ec63958e48056894f91cd23815d308 (patch) | |
| tree | b92b1bd0c9f03d8e9411decfc16794df001d06bb /crates/cli/src/words.rs | |
| parent | 86095df8b219510bf5cfb9f5d672695bd8b889c6 (diff) | |
| download | mihi-de2a86a984ec63958e48056894f91cd23815d308.tar.gz mihi-de2a86a984ec63958e48056894f91cd23815d308.zip | |
words: fix bad alignment on the help message
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'crates/cli/src/words.rs')
| -rw-r--r-- | crates/cli/src/words.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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."); |
