Skip to content

Commit

Permalink
backport of commit 4a68201
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Jul 8, 2022
1 parent 42c8d39 commit 458744b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command/node_drain.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (c *NodeDrainCommand) AutocompleteArgs() complete.Predictor {
})
}

func (c *NodeDrainCommand) Name() string { return "node-drain" }
func (c *NodeDrainCommand) Name() string { return "node drain" }

func (c *NodeDrainCommand) Run(args []string) int {
var enable, disable, detach, force,
Expand Down
2 changes: 1 addition & 1 deletion command/node_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (c *NodeStatusCommand) AutocompleteArgs() complete.Predictor {
})
}

func (c *NodeStatusCommand) Name() string { return "node-status" }
func (c *NodeStatusCommand) Name() string { return "node status" }

func (c *NodeStatusCommand) Run(args []string) int {

Expand Down

0 comments on commit 458744b

Please sign in to comment.