cli, lib: Fix typo

This commit is contained in:
James Shubin
2025-03-10 16:23:56 -04:00
parent 50bd6f5811
commit f5e2fde20d
2 changed files with 4 additions and 4 deletions

View File

@@ -144,9 +144,9 @@ type Config struct {
// this many seconds. Use 0 to disable this.
MaxRuntime uint `arg:"--max-runtime,env:MGMT_MAX_RUNTIME" help:"exit after a maximum of approximately this many seconds"`
// Seeds are the list of default etc client endpoints. If empty, it will
// startup a new server.
Seeds []string `arg:"--seeds,env:MGMT_SEEDS" help:"default etc client endpoint"`
// Seeds are the list of default etcd client endpoints. If empty, it
// will startup a new server.
Seeds []string `arg:"--seeds,env:MGMT_SEEDS" help:"default etcd client endpoints"`
// ClientURLs are a list of URLs to listen on for client traffic. Ports
// 2379 and 4001 are common.