Skip to content

Commit

Permalink
Update src/lib/command-helpers.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: James Rodewig <[email protected]>
  • Loading branch information
mwilde345 and jrodewig authored Dec 10, 2024
1 parent c3b9413 commit 5b8b883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/command-helpers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const COMMON_QUERY_OPTIONS = {
accountKey: {
type: "string",
description:
"The key to use for calling the Fauna Account API. Providing an account key will negate the need for a user login. The key will be used to generate short-lived database secrets. Cannot be used with --user or --secret.",
"Fauna account key used for authentication. Negates the need for a user login. The key is used to generate short-lived database secrets for the CLI. Mutually exclusive with `--user` and `--secret`.",
required: false,
group: "API:",
},
Expand Down

0 comments on commit 5b8b883

Please sign in to comment.