mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
correct help text
This commit is contained in:
parent
3f5d322eea
commit
b7ffece867
1 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ fn args() -> Result<Args> {
|
|||
opts.optopt(
|
||||
"",
|
||||
"content",
|
||||
"Root of the content directory (default ./content)",
|
||||
"Root of the content directory (default ./content/)",
|
||||
"DIR",
|
||||
);
|
||||
opts.optopt(
|
||||
|
|
@ -124,11 +124,11 @@ fn args() -> Result<Args> {
|
|||
opts.optopt(
|
||||
"",
|
||||
"lang",
|
||||
"RFC 4646 Language code(s) for text/gemini documents",
|
||||
"RFC 4646 Language code for text/gemini documents",
|
||||
"LANG",
|
||||
);
|
||||
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(
|
||||
"3",
|
||||
"only-tls13",
|
||||
|
|
|
|||
Loading…
Reference in a new issue