Skip to content

Commit

Permalink
help suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Dec 14, 2024
1 parent 4ccaba9 commit 28b4c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/command-helpers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ 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:",
},
include: {
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.",
},
};

Expand Down

0 comments on commit 28b4c13

Please sign in to comment.