correct help text

This commit is contained in:
Johann150 2021-02-27 20:12:58 +01:00
parent 3f5d322eea
commit b7ffece867
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1

View file

@ -94,7 +94,7 @@ fn args() -> Result<Args> {
opts.optopt( opts.optopt(
"", "",
"content", "content",
"Root of the content directory (default ./content)", "Root of the content directory (default ./content/)",
"DIR", "DIR",
); );
opts.optopt( opts.optopt(
@ -124,11 +124,11 @@ fn args() -> Result<Args> {
opts.optopt( opts.optopt(
"", "",
"lang", "lang",
"RFC 4646 Language code(s) for text/gemini documents", "RFC 4646 Language code for text/gemini documents",
"LANG", "LANG",
); );
opts.optflag("s", "silent", "Disable logging output"); opts.optflag("s", "silent", "Disable logging output");
opts.optflag("h", "help", "Print this help menu"); opts.optflag("h", "help", "Print this help menu and exit.");
opts.optflag( opts.optflag(
"3", "3",
"only-tls13", "only-tls13",