diff --git a/content/v2.0/reference/cli/influxd/_index.md b/content/v2.0/reference/cli/influxd/_index.md index d1ed94de3..ca47f3025 100644 --- a/content/v2.0/reference/cli/influxd/_index.md +++ b/content/v2.0/reference/cli/influxd/_index.md @@ -36,7 +36,6 @@ influxd [command] | `-h`, `--help` | Help for `influxd` | | | `--http-bind-address` | Bind address for the REST HTTP API (default `:9999`) | string | | `--log-level` | Supported log levels are debug, info, and error (default `info`) | string | -| `--protos-path` | Path to protos on the filesystem (default `~/.influxdbv2/protos`) | string | | `--reporting-disabled` | Disable sending telemetry data to https://telemetry.influxdata.com | | | `--secret-store` | Data store for secrets (bolt or vault) (default `bolt`) | string | | `--store` | Data store for REST resources (bolt or memory) (default `bolt`) | string | diff --git a/content/v2.0/reference/cli/influxd/run.md b/content/v2.0/reference/cli/influxd/run.md index bdb88b1d5..66e52c176 100644 --- a/content/v2.0/reference/cli/influxd/run.md +++ b/content/v2.0/reference/cli/influxd/run.md @@ -38,7 +38,6 @@ influxd run | `-h`, `--help` | Help for `run` | | | `--http-bind-address` | Bind address for the REST HTTP API (default `:9999`) | string | | `--log-level` | Supported log levels are debug, info, and error (default `info`) | string | -| `--protos-path` | Path to protos on the filesystem (default `~/.influxdbv2/protos`) | string | | `--reporting-disabled` | Disable sending telemetry data to https://telemetry.influxdata.com | | | `--secret-store` | Data store for secrets (bolt or vault) (default `bolt`) | string | | `--store` | Data store for REST resources (bolt or memory) (default `bolt`) | string |