From 5b8b8833dacee24de728b957646ab9fe564ac963 Mon Sep 17 00:00:00 2001 From: Matthew Wilde Date: Tue, 10 Dec 2024 16:05:51 -0500 Subject: [PATCH] Update src/lib/command-helpers.mjs Co-authored-by: James Rodewig --- src/lib/command-helpers.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/command-helpers.mjs b/src/lib/command-helpers.mjs index a83d7d88..8e594790 100644 --- a/src/lib/command-helpers.mjs +++ b/src/lib/command-helpers.mjs @@ -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:", },