Skip to content

Commit 5357f13

Browse files
committed
Merge pull request #312 from jppunnett/master
Add newline when printing usage
2 parents 235852d + 41add07 commit 5357f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func List(ctx *cli.Context) {
2121
args := ctx.Args()
2222

2323
if len(args) != 1 {
24-
fmt.Fprintf(os.Stderr, "Usage: exercism list TRACK_ID")
24+
fmt.Fprintf(os.Stderr, "Usage: exercism list TRACK_ID\n")
2525
os.Exit(1)
2626
}
2727

0 commit comments

Comments
 (0)