From fd6bd6a6ff57719928b51ed7383234cdfe3896c5 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Wed, 28 May 2025 22:47:41 -0500 Subject: [PATCH] fix(mono): formatting --- content/shared/influxdb3-cli/create/token/admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/shared/influxdb3-cli/create/token/admin.md b/content/shared/influxdb3-cli/create/token/admin.md index bf938dadc..2525e6e37 100644 --- a/content/shared/influxdb3-cli/create/token/admin.md +++ b/content/shared/influxdb3-cli/create/token/admin.md @@ -13,8 +13,8 @@ influxdb3 create token --admin [OPTIONS] |:-------|:------------| | `--regenerate` | Regenerates the operator token. Requires `--token` and the current operator token | | `--name ` | Name of the token | -| `--expiry ` | Expires in `duration`, e.g 10d for 10 days 1y for 1 year | -| `--host ` | The host URL of the running InfluxDB 3 server [env: INFLUXDB3_HOST_URL=] [default: http://127.0.0.1:8181] | +| `--expiry ` | Expires in `duration`--for example, 10d for 10 days 1y for 1 year | +| `--host ` | The host URL of the running InfluxDB 3 server [env: `INFLUXDB3_HOST_URL=`] [default: `http://127.0.0.1:8181`] | | `--token ` | An existing admin token for the InfluxDB 3 server | | `--tls-ca ` | An optional arg to use a custom ca for useful for testing with self signed certs | | `--format ` | Output format for token, supports just json or text [possible values: json, text] |