Skip to content

Commit

Permalink
cli: remove extra newline
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Apr 12, 2018
1 parent 5be0b33 commit 2657e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func Generate() cli.Command {
}
}
if valid == false {
fmt.Println("Invalid/no subcommand supplied.\n")
fmt.Println("Invalid/no subcommand supplied.")
fmt.Println("Usage:")
fmt.Println(" gobot generate adaptor <name> [package] # generate a new Gobot adaptor")
fmt.Println(" gobot generate driver <name> [package] # generate a new Gobot driver")
Expand Down

0 comments on commit 2657e57

Please sign in to comment.