Skip to content

Commit

Permalink
Fewer lies
Browse files Browse the repository at this point in the history
  • Loading branch information
miodvallat committed Feb 13, 2025
1 parent 9c7cd2d commit 8c98550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pdns/pdnsutil.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4539,11 +4539,11 @@ static const std::unordered_map<std::string, commandDispatcher> commands{
"\tExport the private key with the given ID to stdout in PEM format"}},
{"generate-tsig-key", {true, generateTSIGKey, GROUP_TSIGKEY,
"generate-tsig-key NAME ALGORITHM",
"\tGenerate new TSIG key"}},
"\tGenerate new TSIG key.\n"
"\tALGORITHM is one of hmac-{md5,sha1,sha224,sha256,sha384,sha512}"}},
{"generate-zone-key", {true, generateZoneKey, GROUP_ZONEKEY,
"generate-zone-key {zsk|ksk} [ALGORITHM] [BITS]",
"\tGenerate a ZSK or KSK to stdout with specified ALGORITHM and BITS.\n"
"\tALGORITHM is one of hmac-{md5,sha1,sha224,sha256,sha384,sha512}"}},
"\tGenerate a ZSK or KSK to stdout with specified ALGORITHM and BITS"}},
{"get-meta", {true, getMeta, GROUP_META,
"get-meta ZONE [KIND...]",
"\tGet zone metadata. If no KIND is given, lists all known"}},
Expand Down

0 comments on commit 8c98550

Please sign in to comment.