Skip to content

Commit 2cd869f

Browse files
authored
Fix typo in uncordon command (#2804)
Fix typo in uncordon command.
1 parent ca290e1 commit 2cd869f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/machine/uncordon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func newMachineUncordon() *cobra.Command {
1515
const (
16-
short = "Reactive all services on a machine"
16+
short = "Reactivate all services on a machine"
1717
long = short + "\n"
1818
usage = "uncordon <id> [<id>...]"
1919
)

0 commit comments

Comments
 (0)