diff --git a/content/v2.0/reference/cli/influx/user/find.md b/content/v2.0/reference/cli/influx/user/find.md deleted file mode 100644 index 5fea61164..000000000 --- a/content/v2.0/reference/cli/influx/user/find.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: influx user find -description: The 'influx user find' lists and searches for users in InfluxDB. -menu: - v2_0_ref: - name: influx user find - parent: influx user -weight: 201 ---- - -The `influx user find` command lists and searches for users in InfluxDB. - -## Usage -``` -influx user find [flags] -``` - -## Flags -| Flag | Description | Input type | -|:---- |:----------- |:----------: | -| `-h`, `--help` | Help for the `find` command | | -| `-i`, `--id` | User ID | string | -| `-n`, `--name` | Username | string | - -{{% cli/influx-global-flags %}} diff --git a/content/v2.0/reference/cli/influx/user/list.md b/content/v2.0/reference/cli/influx/user/list.md index 4b27ae38e..116c9725f 100644 --- a/content/v2.0/reference/cli/influx/user/list.md +++ b/content/v2.0/reference/cli/influx/user/list.md @@ -21,10 +21,10 @@ influx user list [flags] `list`, `ls`, `find` ## Flags -| Flag | Description | Input type | -|:---- |:----------- |:----------: | -| `-h`, `--help` | Help for `list` | | -| `-i`, `--id` | The user ID | string | -| `-n`, `--name` | The username | string | +| Flag | Description | Input type | +|:---- |:----------- |:----------: | +| `-h`, `--help` | Help for the `list` command | | +| `-i`, `--id` | User ID | string | +| `-n`, `--name` | Username | string | -{{% influx-cli-global-flags %}} +{{% cli/influx-global-flags %}}