updated influx dashboards example comments

pull/1274/head
Scott Anderson 2020-08-06 13:07:23 -06:00
parent 7c198fc07b
commit 6e9c8df361
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ influx dashboards [flags]
## Examples
```sh
# List all known dashboards
# List all dashboards
influx dashboards
# List all known dashboards matching IDs
# List all dashboards matching IDs
influx dashboards -i $ID1 -i $ID2
```