Skip to content

Commit 577db84

Browse files
fix(client): add newline for usage message
1 parent 2333ccd commit 577db84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Use 'git push deis master' to deploy to an application.
7272
}
7373

7474
if len(argv) == 0 {
75-
fmt.Fprintf(os.Stderr, "Usage: deis <command> [<args>...]")
75+
fmt.Fprintln(os.Stderr, "Usage: deis <command> [<args>...]")
7676
return 1
7777
}
7878

0 commit comments

Comments
 (0)