diff --git a/content/v2.0/reference/cli/influx/dashboards/_index.md b/content/v2.0/reference/cli/influx/dashboards/_index.md index c9a583aac..651affe23 100644 --- a/content/v2.0/reference/cli/influx/dashboards/_index.md +++ b/content/v2.0/reference/cli/influx/dashboards/_index.md @@ -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 ```