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.
1 parent 235852d commit 41add07Copy full SHA for 41add07
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