Skip to content

fix(cli): correct --prom-port help text - #452

Open
devorun wants to merge 1 commit into
SeismicSystems:mainfrom
devorun:fix/prom-port-help
Open

fix(cli): correct --prom-port help text#452
devorun wants to merge 1 commit into
SeismicSystems:mainfrom
devorun:fix/prom-port-help

Conversation

@devorun

@devorun devorun commented Aug 11, 2026

Copy link
Copy Markdown

--prom-port (default 9090, paired with --prom-ip "Prometheus address") sets the port for the Prometheus metrics endpoint, but its help string was copied from --port and reads "Port Consensus runs on".

As a result summit run --help labels both --port and --prom-port identically, describing the metrics port as the consensus port. This corrects the --prom-port description to the flag it actually configures. --port is left unchanged.

Doc-comment only; no behavior change.

The --prom-port help was copied from --port and read "Port Consensus
runs on", so `summit run --help` described the Prometheus metrics port
(default 9090, paired with --prom-ip) as the consensus port. Describe
the flag it actually configures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant