From 0e7ffba7de499959d60eaa0272459d006bb74106 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 26 Jul 2024 12:22:29 -0700 Subject: [PATCH] Pull the CLI typo fix into the docs This was fixed in cnquery Signed-off-by: Tim Smith --- docs/cnquery/cli/cnquery_run.md | 2 +- docs/cnquery/cli/cnquery_shell.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cnquery/cli/cnquery_run.md b/docs/cnquery/cli/cnquery_run.md index dbf5421be..21bb23e3e 100644 --- a/docs/cnquery/cli/cnquery_run.md +++ b/docs/cnquery/cli/cnquery_run.md @@ -17,7 +17,7 @@ cnquery run [flags] ``` --ast Parse the query and return the abstract syntax tree (AST) - -c, --command string MQL query to executed in the shell + -c, --command string MQL query to execute in the shell -h, --help help for run --info Parse the query and provide information about it -j, --json Run the query and return the object in a JSON structure diff --git a/docs/cnquery/cli/cnquery_shell.md b/docs/cnquery/cli/cnquery_shell.md index 8cfb10251..60d8de3b9 100644 --- a/docs/cnquery/cli/cnquery_shell.md +++ b/docs/cnquery/cli/cnquery_shell.md @@ -16,7 +16,7 @@ cnquery shell [flags] ### Options ``` - -c, --command string MQL query to executed in the shell + -c, --command string MQL query to execute in the shell -h, --help help for shell --platform-id string Select a specific target asset by providing its platform ID ```