]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated txt
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 23 Dec 2013 16:34:03 +0000 (17:34 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 23 Dec 2013 16:34:03 +0000 (17:34 +0100)
src/pkcs11.c

index a63a143b99288563a29d526676b6d1143fb52dcb..1e094c994ddc2b691f96d9c2d3b427276752e773 100644 (file)
@@ -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:"; \
        }