We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 235852d + 41add07 commit 5357f13Copy full SHA for 5357f13
1 file changed
cmd/list.go
@@ -21,7 +21,7 @@ func List(ctx *cli.Context) {
21
args := ctx.Args()
22
23
if len(args) != 1 {
24
- fmt.Fprintf(os.Stderr, "Usage: exercism list TRACK_ID")
+ fmt.Fprintf(os.Stderr, "Usage: exercism list TRACK_ID\n")
25
os.Exit(1)
26
}
27
0 commit comments