commit 4b7fba261a70bd37e160a7304d454c72c1f75b69
parent 5d3ae7b7f52ba83428ba8d728712e8c1710b2ea0
Author: Callum Brown <callum@calcuode.com>
Date: Wed, 30 Sep 2020 14:36:13 +0100
Fix untrusted certificate message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gmni.c b/src/gmni.c
@@ -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,