updated influx transpile doc to address PR feedback

pull/1176/head
Scott Anderson 2020-07-06 13:50:25 -06:00
parent 78c787a70b
commit de98567b94
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ influx transpile [InfluxQL query] [flags]
```
{{% note %}}
The provided InfluxQL query must contain a database and measurement and must be valid InfluxQL.
The InfluxQL query must be valid and contain both a database and measurement.
See the [InfluxQL documentation](https://docs.influxdata.com/influxdb/latest/query_language/) for more information.
{{% /note %}}