cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 021d8f8fdfcb9be636a73d7c59d540d8255cc0df
parent 4134dc1b4a37b65f8176d799f03342583b49d932
Author: Jon Higgs <jon.higgs@redbubble.com>
Date:   Tue,  3 Nov 2020 08:37:21 +1100

Improve the -j usage

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

diff --git a/src/gmni.c b/src/gmni.c @@ -20,7 +20,7 @@ static void usage(const char *argv_0) { fprintf(stderr, - "usage: %s [-46lLiIN] [-E cert] [-d input] [-D path] gemini://...\n", + "usage: %s [-46lLiIN] [-j mode] [-E cert] [-d input] [-D path] gemini://...\n", argv_0); } @@ -86,7 +86,7 @@ tofu_callback(enum tofu_error error, const char *fingerprint, "The certificate offered by this server is of unknown trust. " "Its fingerprint is: \n" "%s\n\n" - "Use -j once to trust temporarily, or -j always to add to the trust store.\n", fingerprint); + "Use '-j once' to trust temporarily, or '-j always' to add to the trust store.\n", fingerprint); break; case TOFU_FINGERPRINT_MISMATCH: fprintf(stderr,