agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 309da06208513a3d62dd3edf65c95352739738ad
parent 8fbbec2b4bad05442f18463e6c10c4f4fa5642a2
Author: Johann150 <johann.galle@protonmail.com>
Date:   Mon,  8 Feb 2021 20:33:23 +0100

harmonise help texts

Diffstat:
Msrc/main.rs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.rs b/src/main.rs @@ -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(