Fix flag in `influx org members add` example

Closes #955
pull/960/head
pierwill 2020-04-20 12:04:19 -07:00
parent 9b2e672cda
commit c5a7ec7bc6
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ influx user list
2. To add a user to an organization, run the following command:
```sh
influx org members add -n <org-name> -o <user-ID>
influx org members add -n <org-name> -m <user-ID>
```
For more information, see the [`influx org members add` command](/v2.0/reference/cli/influx/org/members/add).

View File

@ -20,7 +20,7 @@ influx org members add [flags]
|:---- |:----------- |:----------: |:------------------ |
| `-h`, `--help` | Help for the `add` command | | |
| `-i`, `--id` | Organization ID | string | `INFLUX_ORG_ID` |
| `-o`, `--member` | Member ID | string | |
| `-m`, `--member` | Member ID | string | |
| `-n`, `--name` | Organization name | string | `INFLUX_ORG` |
{{% cli/influx-global-flags %}}