From: Nikos Mavrogiannopoulos Date: Mon, 23 Dec 2013 16:34:03 +0000 (+0100) Subject: updated txt X-Git-Tag: gnutls_3_3_0pre0~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d1cef60668d81f114b6ed2e5dc41d100435a90;p=thirdparty%2Fgnutls.git updated txt --- diff --git a/src/pkcs11.c b/src/pkcs11.c index a63a143b99..1e094c994d 100644 --- a/src/pkcs11.c +++ b/src/pkcs11.c @@ -36,7 +36,7 @@ #define FIX(url) \ if (url == NULL) { \ - fprintf(stderr, "warning: no token was provided; use --list-tokens for the available ones.\n" \ + fprintf(stderr, "warning: no token URL was provided; use --list-tokens for the available ones.\n" \ "warning: assuming 'pkcs11:'\n"); \ url = "pkcs11:"; \ }