Skip to content

Commit e19fdcb

Browse files
author
Matthew Fisher
committed
Merge pull request #4570 from Joshua-Anderson/add-newline
fix(client): add newline for usage message
2 parents 2333ccd + 577db84 commit e19fdcb

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)