diff options
author | Teddy Wing | 2021-03-20 13:42:12 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-20 13:42:12 +0100 |
commit | b4bf9bb1fa2b8fe833f9e93569611addf4164ce1 (patch) | |
tree | 5a30539c4ef7c7a8d4c2e776bd3ab0cd5d88e7bb | |
parent | 46373d4d0f9d425a3132529b546b2d83c3796a37 (diff) | |
download | mutt-ottolangy-b4bf9bb1fa2b8fe833f9e93569611addf4164ce1.tar.bz2 |
doc/ottolangy.1.txt: Add the version command line argument to docs
-rw-r--r-- | doc/ottolangy.1 | 6 | ||||
-rw-r--r-- | doc/ottolangy.1.txt | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/ottolangy.1 b/doc/ottolangy.1 index f78c078..db611aa 100644 --- a/doc/ottolangy.1 +++ b/doc/ottolangy.1 @@ -35,6 +35,12 @@ ottolangy .SH "DESCRIPTION" .sp Reads an email from standard input and writes a muttrc file setting the \fB$attribution\fR format string based on the lanugage of the input email\&. +.SH "OPTIONS" +.PP +\-V, \-\-version +.RS 4 +Print the program version\&. +.RE .SH "CAVEATS" .sp Attribution format strings are currently hard\-coded\&. Only English and French are supported\&. If the language isn\(cqt recognised as French, attribution defaults to English\&. diff --git a/doc/ottolangy.1.txt b/doc/ottolangy.1.txt index 6fb82fd..770152f 100644 --- a/doc/ottolangy.1.txt +++ b/doc/ottolangy.1.txt @@ -14,6 +14,11 @@ DESCRIPTION Reads an email from standard input and writes a muttrc file setting the *$attribution* format string based on the lanugage of the input email. +OPTIONS +------- +-V, --version:: + Print the program version. + CAVEATS ------- Attribution format strings are currently hard-coded. Only English and French |