We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2333ccd + 577db84 commit e19fdcbCopy full SHA for e19fdcb
1 file changed
client/deis.go
@@ -72,7 +72,7 @@ Use 'git push deis master' to deploy to an application.
72
}
73
74
if len(argv) == 0 {
75
- fmt.Fprintf(os.Stderr, "Usage: deis <command> [<args>...]")
+ fmt.Fprintln(os.Stderr, "Usage: deis <command> [<args>...]")
76
return 1
77
78
0 commit comments