harmonise help texts

This commit is contained in:
Johann150 2021-02-08 20:33:23 +01:00
parent 8fbbec2b4b
commit 309da06208
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1

View file

@ -100,13 +100,13 @@ fn args() -> Result<Args> {
opts.optmulti( opts.optmulti(
"", "",
"addr", "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", "IP:PORT",
); );
opts.optmulti( opts.optmulti(
"", "",
"hostname", "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", "NAME",
); );
opts.optopt( opts.optopt(