mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
keysigner identified itself as keysettool in usage message
This commit is contained in:
parent
259d8f9420
commit
9bd874cb27
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ check_result(isc_result_t result, char *message) {
|
|||
static void
|
||||
usage() {
|
||||
fprintf(stderr, "Usage:\n");
|
||||
fprintf(stderr, "\tkeysettool [options] keyset keys\n");
|
||||
fprintf(stderr, "\tkeysigner [options] keyset keys\n");
|
||||
|
||||
fprintf(stderr, "\n");
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ check_result(isc_result_t result, char *message) {
|
|||
static void
|
||||
usage() {
|
||||
fprintf(stderr, "Usage:\n");
|
||||
fprintf(stderr, "\tkeysettool [options] keyset keys\n");
|
||||
fprintf(stderr, "\tkeysigner [options] keyset keys\n");
|
||||
|
||||
fprintf(stderr, "\n");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue