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

@@ -52,7 +52,7 @@ import (
// particular one contains all the common flags for the `deploy` subcommand
// which all frontends can use.
type DeployArgs struct {
Seeds []string `arg:"--seeds,env:MGMT_SEEDS" help:"default etc client endpoint"`
Seeds []string `arg:"--seeds,env:MGMT_SEEDS" help:"default etcd client endpoints"`
Noop bool `arg:"--noop" help:"globally force all resources into no-op mode"`
Sema int `arg:"--sema" default:"-1" help:"globally add a semaphore to all resources with this lock count"`
NoGit bool `arg:"--no-git" help:"don't look at git commit id for safe deploys"`