Skip to content

Commit

Permalink
docs: Update generated CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cli-docs-updater committed May 24, 2022
1 parent af5141b commit 1ff8f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Evaluate a Rego query and print the result.

To evaluate a simple query:

$ opa eval 'x := 1; y := 2; x < y'
$ opa eval 'x = 1; y = 2; x < y'

To evaluate a query against JSON data:

Expand Down

0 comments on commit 1ff8f00

Please sign in to comment.