From 3fcefa9ca01f7fa8f76600961b3feea304265c98 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 22 Jan 2026 21:47:30 +0100 Subject: words: improve the wording on editing flags 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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates') diff --git a/crates/cli/src/words.rs b/crates/cli/src/words.rs index b97a57f..69e0cea 100644 --- a/crates/cli/src/words.rs +++ b/crates/cli/src/words.rs @@ -56,6 +56,9 @@ static FLAGS_TEXT: &str = r#"# Write a JSON blob with the following allowed keys # } # } # } +# +# That is, this word only has singular forms and the accusative one should be +# '-im' instead of the regular form. "#; // Show the help message. -- cgit v1.2.3