siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
400 stars 23 forks source link

[bug] Command line help text for talos-version argument to the download subcommand is wrong. #246

Closed brantgurga closed 1 month ago

brantgurga commented 1 month ago

Is there an existing issue for this?

Current Behavior

It currently says "Output file or directory, defaults to current working directory (default "1.6.7")"

Expected Behavior

It should say something like "Sets the initial Talos version to use, currently defaulting to (whatever version)"

Steps To Reproduce

Run omnictl download --help

What browsers are you seeing the problem on?

No response

Anything else?

Currently looks like a straight-forward change to line 57 of download.go. https://github.com/siderolabs/omni/blob/a0d02ea20b2ebcc6556e80afe04cb22392afe561/client/pkg/omnictl/download.go#L57