From 2e45c5378c066c3293a726cd9fb8d8d5bf33cd3a Mon Sep 17 00:00:00 2001 From: "Jonathan M. Wilbur" Date: Thu, 20 Apr 2023 08:48:42 -0400 Subject: [PATCH] Fix mistake in x500 dop terminate command argument descriptions --- apps/x500-cli/src/yargs/dop_terminate.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/x500-cli/src/yargs/dop_terminate.ts b/apps/x500-cli/src/yargs/dop_terminate.ts index 551f2c14f..5ac4010ac 100644 --- a/apps/x500-cli/src/yargs/dop_terminate.ts +++ b/apps/x500-cli/src/yargs/dop_terminate.ts @@ -28,23 +28,23 @@ function create (ctx: Context): CommandModule { .option("naddr", { alias: "n", type: "string", - describe: "A network address of the DSA with which to establish the NHOB", + describe: "A network address of the DSA with which to terminate the NHOB", array: true, }) .option("p-selector", { alias: "p", type: "string", - describe: "A presentation selector of the DSA with which to establish the NHOB", + describe: "A presentation selector of the DSA with which to terminate the NHOB", }) .option("s-selector", { alias: "s", type: "string", - describe: "A session selector of the DSA with which to establish the NHOB", + describe: "A session selector of the DSA with which to terminate the NHOB", }) .option("t-selector", { alias: "t", type: "string", - describe: "A transport selector of the DSA with which to establish the NHOB", + describe: "A transport selector of the DSA with which to terminate the NHOB", }) .option("at", { alias: "a",