From 0c1b34509a9ce01b752c2c72a44ae69f73793dd0 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Thu, 3 Mar 2022 10:15:04 -0600 Subject: [PATCH] Update list.md (#3824) Fix typo --- .../influxdb/v2.1/reference/cli/influxd/recovery/auth/list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2.1/reference/cli/influxd/recovery/auth/list.md b/content/influxdb/v2.1/reference/cli/influxd/recovery/auth/list.md index f6c2fe605..0a79f0e57 100644 --- a/content/influxdb/v2.1/reference/cli/influxd/recovery/auth/list.md +++ b/content/influxdb/v2.1/reference/cli/influxd/recovery/auth/list.md @@ -9,7 +9,7 @@ menu: weight: 401 --- -The `influxd recovery org list` command lists authorizations stored on disk and +The `influxd recovery auth list` command lists authorizations stored on disk and outputs data associated with each authorization. {{% note %}} @@ -25,4 +25,4 @@ influxd recovery auth list [flags] | Flag | | Description | Input Type | | :--- | :------------ | :------------------------------------------------------------- | :--------: | | | `--bolt-path` | Path to the BoltDB file (default `~/.influxdbv2/influxd.bolt`) | string | -| `-h` | `--help` | Help for `list` | | \ No newline at end of file +| `-h` | `--help` | Help for `list` | |