mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-23 04:51:59 +01:00
gmni: improve unknown trust message
This commit is contained in:
parent
b298fadb21
commit
4e61e26607
@ -84,7 +84,8 @@ tofu_callback(enum tofu_error error, const char *fingerprint,
|
||||
fprintf(stderr,
|
||||
"The certificate offered by this server is of unknown trust. "
|
||||
"Its fingerprint is: \n"
|
||||
"%s\n\n", fingerprint);
|
||||
"%s\n\n"
|
||||
"Use -j trust to trust temporarily, or -j always to add to the trust store.\n", fingerprint);
|
||||
break;
|
||||
case TOFU_FINGERPRINT_MISMATCH:
|
||||
fprintf(stderr,
|
||||
|
Loading…
Reference in New Issue
Block a user