1
0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-11-23 04:51:59 +01:00

Fix untrusted certificate message

This commit is contained in:
Callum Brown 2020-09-30 14:36:13 +01:00 committed by Drew DeVault
parent 5d3ae7b7f5
commit 4b7fba261a

@ -85,7 +85,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 trust 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,