]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
two votes for keys -> key pair
authorFrancis Dupont <fdupont@isc.org>
Mon, 7 Sep 2009 23:11:48 +0000 (23:11 +0000)
committerFrancis Dupont <fdupont@isc.org>
Mon, 7 Sep 2009 23:11:48 +0000 (23:11 +0000)
bin/dnssec/dnssec-keyfromlabel.c

index 4f93adccf73f0d9fc6a1e1fa24d704a8e22d1c9c..af3504d7ecce61dc255e611daf845f8592a1ec6c 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-keyfromlabel.c,v 1.12 2009/09/07 12:54:59 fdupont Exp $ */
+/* $Id: dnssec-keyfromlabel.c,v 1.13 2009/09/07 23:11:48 fdupont Exp $ */
 
 /*! \file */
 
@@ -59,7 +59,7 @@ usage(void) {
        fprintf(stderr, "Version: %s\n", VERSION);
        fprintf(stderr, "Required options:\n");
        fprintf(stderr, "    -a algorithm: %s\n", algs);
-       fprintf(stderr, "    -l label: label of the keys\n");
+       fprintf(stderr, "    -l label: label of the key pair\n");
        fprintf(stderr, "    name: owner of the key\n");
        fprintf(stderr, "Other options:\n");
        fprintf(stderr, "    -c <class> (default: IN)\n");