Skip to content

Commit

Permalink
fixed typo in usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
hurngchunlee committed Oct 29, 2020
1 parent fe3c0e1 commit 325567e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ var nodeInfoCmd = &cobra.Command{
}

var nodeStatusCmd = &cobra.Command{
Use: "status [host1 node2 ...]",
Use: "status [node1 node2 ...]",
Short: "Print resource status of all or the specified compute nodes.",
Long: ``,
Args: cobra.ArbitraryArgs,
Expand Down

0 comments on commit 325567e

Please sign in to comment.