]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2847. [cleanup] Corrected usage message in dnssec-settime. [RT #20921]
authorEvan Hunt <each@isc.org>
Wed, 3 Feb 2010 01:02:37 +0000 (01:02 +0000)
committerEvan Hunt <each@isc.org>
Wed, 3 Feb 2010 01:02:37 +0000 (01:02 +0000)
CHANGES
bin/dnssec/dnssec-settime.c
bin/dnssec/dnssec-settime.docbook

diff --git a/CHANGES b/CHANGES
index c0e22ef8aad89afda08d592bffe656f1585cc788..d1acfc569fbe706b80bc7e117ae54fee741bd7c8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2847.  [cleanup]       Corrected usage message in dnssec-settime. [RT #20921]
+
 2846.  [bug]           EOF on unix domain sockets was not being handled
                        correctly. [RT #20731]
 
index ae0277831409568b9bce12543767a5c5ab938688..fb98dda9d77d584805bcb8c6d5df7d2557710e4d 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-settime.c,v 1.24 2010/01/07 19:13:59 each Exp $ */
+/* $Id: dnssec-settime.c,v 1.25 2010/02/03 01:02:37 each Exp $ */
 
 /*! \file */
 
@@ -80,7 +80,7 @@ usage(void) {
        fprintf(stderr, "    -D date/[+-]offset/none: set/unset key "
                                                     "deletion date\n");
        fprintf(stderr, "Printing options:\n");
-       fprintf(stderr, "    -p C/P/A/R/U/D/all: print a particular time "
+       fprintf(stderr, "    -p C/P/A/R/I/D/all: print a particular time "
                                                "value or values "
                                                "[default: all]\n");
        fprintf(stderr, "    -u:                 print times in unix epoch "
index 8c081379378932477e3688e41ce5bf2782b7747d..90b81698c4c0e4ccaaf54cc09afebc15b749deb4 100644 (file)
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-settime.docbook,v 1.7 2009/11/03 21:44:46 each Exp $ -->
+<!-- $Id: dnssec-settime.docbook,v 1.8 2010/02/03 01:02:37 each Exp $ -->
 <refentry id="man.dnssec-settime">
   <refentryinfo>
     <date>July 15, 2009</date>
             <option>C</option> for the creation date,
             <option>P</option> for the publication date,
             <option>A</option> for the activation date,
-            <option>R</option> for the revokation date,
+            <option>R</option> for the revocation date,
             <option>U</option> for the unpublication date, or
             <option>D</option> for the deletion date.
             To print all of the metadata, use <option>-p all</option>.