updated influx dashboards example comments

pull/1345/head
Scott Anderson 2020-08-06 13:07:23 -06:00
parent e15e6f0ccd
commit bf6ebd2444
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
```