Skip to content

Commit

Permalink
Fix mistake in x500 dop terminate command argument descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Apr 20, 2023
1 parent ef4b168 commit 2e45c53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/x500-cli/src/yargs/dop_terminate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2e45c53

Please sign in to comment.