mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
harmonise help texts
This commit is contained in:
parent
8fbbec2b4b
commit
309da06208
1 changed files with 2 additions and 2 deletions
|
|
@ -100,13 +100,13 @@ fn args() -> Result<Args> {
|
|||
opts.optmulti(
|
||||
"",
|
||||
"addr",
|
||||
"Address to listen on (multiple occurences possible, default 0.0.0.0:1965 and [::]:1965)",
|
||||
"Address to listen on (default 0.0.0.0:1965 and [::]:1965; muliple occurences means listening on multiple interfaces)",
|
||||
"IP:PORT",
|
||||
);
|
||||
opts.optmulti(
|
||||
"",
|
||||
"hostname",
|
||||
"Domain name of this Gemini server (optional; simple vhosts if there are multiple occurences)",
|
||||
"Domain name of this Gemini server (default is not checking hostname or port; multiple occurences means basic vhosts)",
|
||||
"NAME",
|
||||
);
|
||||
opts.optopt(
|
||||
|
|
|
|||
Loading…
Reference in a new issue