hotfix: add missing influxctl write config options

pull/5446/head^2
Scott Anderson 2024-04-29 17:13:36 -06:00
parent b18b0dfc40
commit 2d407834d6
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ influxctl write [flags] <LINE_PROTOCOL>
| | `--batch-size` | Number of metrics to write per batch (default is `10000`) |
| | `--database` | Database to write to |
| | `--precision` | Precision of data timestamps (`ns` _(default)_, `us`, `ms`, or `s`) |
| | `--timeout` | Client timeout in seconds (default is `10`) |
| | `--token` | Database token with write permissions on the target database |
| `-h` | `--help` | Output command help |