From c408636a694e0f30e6de5695936e1dbfd07d24ad Mon Sep 17 00:00:00 2001 From: Paul Paterson Date: Fri, 13 Dec 2024 17:29:30 -0500 Subject: [PATCH] help suggestions --- src/lib/command-helpers.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/command-helpers.mjs b/src/lib/command-helpers.mjs index 95954a0c..c5017ccc 100644 --- a/src/lib/command-helpers.mjs +++ b/src/lib/command-helpers.mjs @@ -125,7 +125,7 @@ const COMMON_CONFIGURABLE_QUERY_OPTIONS = { performanceHints: { type: "boolean", description: - "Output the performance hints for the current query or nothing when no hints are available. Only applies to v10 queries. Sets the '--includes summary'", + "Output the performance hints for the current query or nothing when no hints are available. Only applies to v10 queries. Sets '--include summary'", default: false, group: "API:", }, @@ -133,7 +133,7 @@ const COMMON_CONFIGURABLE_QUERY_OPTIONS = { type: "array", choices: ["all", ...QUERY_INFO_CHOICES], default: [], - describe: "Select additional query information to include in the output", + describe: "Include additional query response data in the output.", }, };