Skip to content

Commit

Permalink
enhance commands output
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed May 8, 2020
1 parent 2fb47df commit 6f1cf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ vermin create <image> </path/to/shell/script.sh>
os.Exit(1)
}

fmt.Printf("VM created successfuly\n\nTo start using the VM use:\n$ vermin ssh %s\n", vmName)
fmt.Printf("\nTo connect to the VM use:\n$ vermin ssh %s\n", vmName)
},
Args: func(cmd *cobra.Command, args []string) error {
if len(args) < 1 {
Expand Down

0 comments on commit 6f1cf7e

Please sign in to comment.