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 4e6fcaf + 37f0414 commit 9d8cd23Copy full SHA for 9d8cd23
1 file changed
cmd/list.go
@@ -20,7 +20,7 @@ func List(ctx *cli.Context) {
20
args := ctx.Args()
21
22
if len(args) != 1 {
23
- msg := "Usage: execism list LANGUAGE"
+ msg := "Usage: exercism list LANGUAGE"
24
log.Fatal(msg)
25
}
26
0 commit comments