Skip to content

Commit a0dff4a

Browse files
authored
Merge pull request #5784 from yaahc/patch-1
update influxql cli example flag
2 parents 3887fb4 + 865fda4 commit a0dff4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ $ influxdb3 query --database=servers "SELECT DISTINCT usage_percent, time FROM c
388388
To query using InfluxQL, enter the `influxdb3 query` subcommand and specify `influxql` in the language option--for example:
389389
390390
```bash
391-
influxdb3 query --database=servers --lang=influxql "SELECT DISTINCT usage_percent FROM cpu WHERE time >= now() - 1d"
391+
influxdb3 query --database=servers --language=influxql "SELECT DISTINCT usage_percent FROM cpu WHERE time >= now() - 1d"
392392
```
393393
394394
### Query using the API

0 commit comments

Comments
 (0)