mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +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(
|
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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue