aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-01-22 21:47:30 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-01-22 21:47:30 +0100
commit3fcefa9ca01f7fa8f76600961b3feea304265c98 (patch)
tree6bd0473703ee9c0bba04b4d499f7072fe884fa8f
parent950a64645f038a5a64076a8724b881e94fda504e (diff)
downloadmihi-3fcefa9ca01f7fa8f76600961b3feea304265c98.tar.gz
mihi-3fcefa9ca01f7fa8f76600961b3feea304265c98.zip
words: improve the wording on editing flags
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--crates/cli/src/words.rs3
1 files changed, 3 insertions, 0 deletions
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.