Skip to content

Commit

Permalink
Update help strings w/ Paul's permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jan 15, 2025
1 parent d5a723c commit f5b7c3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/options.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ACCOUNT_OPTIONS = {
role: {
alias: "r",
type: "string",
description: "Role used to run the command. Can't be used with --secret.",
description: "Role used to run the command.",
group: "API:",
},
};
Expand Down Expand Up @@ -67,8 +67,7 @@ export const CORE_OPTIONS = {
},
secret: {
type: "string",
description:
"Secret used for authentication. Can't be used with --database or --role.",
description: "Secret used for authentication.",
required: false,
group: "API:",
},
Expand Down

0 comments on commit f5b7c3b

Please sign in to comment.