Skip to content

Commit ed4b2d0

Browse files
author
vietanhduong
committed
fix incorrect command
Signed-off-by: vietanhduong <anh.duong@kyber.network>
1 parent 74b3c08 commit ed4b2d0

File tree

3 files changed

+173
-2
lines changed

3 files changed

+173
-2
lines changed

cmd/vm/pause/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func NewCommand() *cobra.Command {
1212
)
1313

1414
var cmd = &cobra.Command{
15-
Use: "vm [INSTANCE_NAME]",
15+
Use: "pause [INSTANCE_NAME]",
1616
Short: "Pause a Virtual Machine",
1717
Long: `Pause a Virtual Machine.
1818
This command require '--zone' and '--project' flags.`,

cmd/vm/unpause/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func NewCommand() *cobra.Command {
1212
)
1313

1414
var cmd = &cobra.Command{
15-
Use: "vm [INSTANCE_NAME]",
15+
Use: "unpause [INSTANCE_NAME]",
1616
Short: "Unpause a Virtual Machine",
1717
Long: `Unpause a Virtual Machine.
1818
This command require '--zone' and '--project' flags.`,

0 commit comments

Comments
 (0)