fix: small typo in remote update docs example (#4913)
* fix: small typo in remote docs example * Update content/influxdb/v2.7/reference/cli/influx/remote/update.md * Update content/influxdb/v2.6/reference/cli/influx/remote/update.md * Update content/influxdb/v2.5/reference/cli/influx/remote/update.md * Update content/influxdb/v2.4/reference/cli/influx/remote/update.md * Update content/influxdb/v2.3/reference/cli/influx/remote/update.md * Update content/influxdb/v2.2/reference/cli/influx/remote/update.md --------- Co-authored-by: Seung Hwan <developeryunsh@farm.co.kr> Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/4862/head^2
parent
cd8c2a537c
commit
4523c20d7e
|
@ -55,10 +55,10 @@ influx remote update [command options] [arguments...]
|
|||
```
|
||||
2. Use the following command to update the remote:
|
||||
```sh
|
||||
influx remote remote \
|
||||
influx remote update \
|
||||
--id 0ooxX0xxXo0x
|
||||
--name new-example-name
|
||||
--description new-examle-description
|
||||
--description new-example-description
|
||||
--remote-url http://new-example-url.com
|
||||
--remote-api-token myN3wS3crE7t0k3n==
|
||||
--remote-org-id new-example-org-id
|
||||
|
|
|
@ -55,10 +55,10 @@ influx remote update [command options] [arguments...]
|
|||
```
|
||||
2. Use the following command to update the remote:
|
||||
```sh
|
||||
influx remote remote \
|
||||
influx remote update \
|
||||
--id 0ooxX0xxXo0x
|
||||
--name new-example-name
|
||||
--description new-examle-description
|
||||
--description new-example-description
|
||||
--remote-url http://new-example-url.com
|
||||
--remote-api-token myN3wS3crE7t0k3n==
|
||||
--remote-org-id new-example-org-id
|
||||
|
|
|
@ -55,10 +55,10 @@ influx remote update [command options] [arguments...]
|
|||
```
|
||||
2. Use the following command to update the remote:
|
||||
```sh
|
||||
influx remote remote \
|
||||
influx remote update \
|
||||
--id 0ooxX0xxXo0x
|
||||
--name new-example-name
|
||||
--description new-examle-description
|
||||
--description new-example-description
|
||||
--remote-url http://new-example-url.com
|
||||
--remote-api-token myN3wS3crE7t0k3n==
|
||||
--remote-org-id new-example-org-id
|
||||
|
|
|
@ -55,10 +55,10 @@ influx remote update [command options] [arguments...]
|
|||
```
|
||||
2. Use the following command to update the remote:
|
||||
```sh
|
||||
influx remote remote \
|
||||
influx remote update \
|
||||
--id 0ooxX0xxXo0x
|
||||
--name new-example-name
|
||||
--description new-examle-description
|
||||
--description new-example-description
|
||||
--remote-url http://new-example-url.com
|
||||
--remote-api-token myN3wS3crE7t0k3n==
|
||||
--remote-org-id new-example-org-id
|
||||
|
|
|
@ -55,10 +55,10 @@ influx remote update [command options] [arguments...]
|
|||
```
|
||||
2. Use the following command to update the remote:
|
||||
```sh
|
||||
influx remote remote \
|
||||
influx remote update \
|
||||
--id 0ooxX0xxXo0x
|
||||
--name new-example-name
|
||||
--description new-examle-description
|
||||
--description new-example-description
|
||||
--remote-url http://new-example-url.com
|
||||
--remote-api-token myN3wS3crE7t0k3n==
|
||||
--remote-org-id new-example-org-id
|
||||
|
|
|
@ -55,10 +55,10 @@ influx remote update [command options] [arguments...]
|
|||
```
|
||||
2. Use the following command to update the remote:
|
||||
```sh
|
||||
influx remote remote \
|
||||
influx remote update \
|
||||
--id 0ooxX0xxXo0x
|
||||
--name new-example-name
|
||||
--description new-examle-description
|
||||
--description new-example-description
|
||||
--remote-url http://new-example-url.com
|
||||
--remote-api-token myN3wS3crE7t0k3n==
|
||||
--remote-org-id new-example-org-id
|
||||
|
|
Loading…
Reference in New Issue