Merge pull request #1453 from influxdata/ping-typo-russ

fix(ping): fix typo in host
pull/1581/head
kelseiv 2020-09-21 11:36:40 -07:00 committed by GitHub
commit a9958d4e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ influx ping [flags]
| Flag | | Description | Input type | {{< cli/mapped >}} |
|:---- |:--- |:----------- |:---------- |:----------------- |
| `-h` | `--help` | Help for the `ping` command | | |
| | `--host` | HTTP address of InfluxDB (default `http://localhost9999`) | string | `INFLUX_HOST` |
| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`)| string | `INFLUX_HOST` |
| | `--skip-verify` | Skip TLS certificate verification | | |