diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-22 21:47:30 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-22 21:47:30 +0100 |
| commit | 3fcefa9ca01f7fa8f76600961b3feea304265c98 (patch) | |
| tree | 6bd0473703ee9c0bba04b4d499f7072fe884fa8f /crates/cli/src | |
| parent | 950a64645f038a5a64076a8724b881e94fda504e (diff) | |
| download | mihi-3fcefa9ca01f7fa8f76600961b3feea304265c98.tar.gz mihi-3fcefa9ca01f7fa8f76600961b3feea304265c98.zip | |
words: improve the wording on editing flags
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'crates/cli/src')
| -rw-r--r-- | crates/cli/src/words.rs | 3 |
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. |
