We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0bcbc8 + 6dc6a6f commit bd3390fCopy full SHA for bd3390f
1 file changed
client/deis.go
@@ -72,7 +72,8 @@ Use 'git push deis master' to deploy to an application.
72
}
73
74
if len(argv) == 0 {
75
- return 0
+ fmt.Println("Usage: deis <command> [<args>...]")
76
+ return 1
77
78
79
// Dispatch the command, passing the argv through so subcommands can
0 commit comments