docs: fix typos in help text (#26266)

hiltontj/help-fixes-2
Trevor Hilton 2025-04-14 16:11:00 -04:00 committed by GitHub
parent 2b2899f60f
commit 847c53ab2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ Examples
3. Write and query with unhashed token
{} [OPTIONS] --node-id <node-idENTIFIER_PREFIX>
{} [OPTIONS] --node-id <NODE_IDENTIFIER_PREFIX>
{}
--node-id <node-id> Node identifier used as prefix in object store file paths
[env: INFLUXDB3_node-idENTIFIER_PREFIX=]
[env: INFLUXDB3_NODE_IDENTIFIER_PREFIX=]
--object-store <OBJECT_STORE> Which object storage to use. If not specified, defaults to memory.
[env: INFLUXDB3_OBJECT_STORE=]
[possible values: memory, memory-throttled, file, s3, google, azure]

View File

@ -12,11 +12,11 @@ Examples:
2. influxdb3 create token --admin
3. Write and query with unhashed token
{} [OPTIONS] --node-id <node-idENTIFIER_PREFIX>
{} [OPTIONS] --node-id <NODE_IDENTIFIER_PREFIX>
{}
--node-id <node-id> Node identifier used as prefix in object store file paths
[env: INFLUXDB3_node-idENTIFIER_PREFIX=]
[env: INFLUXDB3_NODE_IDENTIFIER_PREFIX=]
{}
--http-bind <ADDR> Address for HTTP API requests [default: 0.0.0.0:8181]