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 b945d37 commit ca290e1Copy full SHA for ca290e1
internal/command/machine/cordon.go
@@ -13,7 +13,7 @@ import (
13
14
func newMachineCordon() *cobra.Command {
15
const (
16
- short = "Reactive all services on a machine"
+ short = "Deactivate all services on a machine"
17
long = short + "\n"
18
usage = "cordon <id> [<id>...]"
19
)
internal/command/machine/uncordon.go
func newMachineUncordon() *cobra.Command {
- short = "Deactivate all services on a machine"
+ short = "Reactive all services on a machine"
usage = "uncordon <id> [<id>...]"
0 commit comments