We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bcbc8 commit 6dc6a6fCopy full SHA for 6dc6a6f
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