Skip to content

Commit

Permalink
correct create vm example docs (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavtaylor committed Mar 16, 2020
1 parent dc5d5ba commit 1c5c971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ecloud_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func ecloudVirtualMachineCreateCmd() *cobra.Command {
Use: "create",
Short: "Creates a virtual machine",
Long: "This command creates a virtual machine",
Example: "ukfast safedns vm create",
Example: "ukfast ecloud vm create",
Run: func(cmd *cobra.Command, args []string) {
ecloudVirtualMachineCreate(getClient().ECloudService(), cmd, args)
},
Expand Down

0 comments on commit 1c5c971

Please sign in to comment.