Skip to content

Commit

Permalink
Pull the CLI typo fix into the docs
Browse files Browse the repository at this point in the history
This was fixed in cnquery

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jul 26, 2024
1 parent 37b5619 commit 0e7ffba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cnquery/cli/cnquery_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/cnquery/cli/cnquery_shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 0e7ffba

Please sign in to comment.