We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca290e1 commit 2cd869fCopy full SHA for 2cd869f
internal/command/machine/uncordon.go
@@ -13,7 +13,7 @@ import (
13
14
func newMachineUncordon() *cobra.Command {
15
const (
16
- short = "Reactive all services on a machine"
+ short = "Reactivate all services on a machine"
17
long = short + "\n"
18
usage = "uncordon <id> [<id>...]"
19
)
0 commit comments