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 74b3c08 commit ed4b2d0Copy full SHA for ed4b2d0
cmd/vm/pause/cmd.go
@@ -12,7 +12,7 @@ func NewCommand() *cobra.Command {
12
)
13
14
var cmd = &cobra.Command{
15
- Use: "vm [INSTANCE_NAME]",
+ Use: "pause [INSTANCE_NAME]",
16
Short: "Pause a Virtual Machine",
17
Long: `Pause a Virtual Machine.
18
This command require '--zone' and '--project' flags.`,
cmd/vm/unpause/cmd.go
+ Use: "unpause [INSTANCE_NAME]",
Short: "Unpause a Virtual Machine",
Long: `Unpause a Virtual Machine.
0 commit comments