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 2e780d4 commit 5563b64Copy full SHA for 5563b64
1 file changed
cmd/root.go
@@ -16,7 +16,7 @@ import (
16
var RootCmd = &cobra.Command{
17
Use: BinaryName,
18
Short: "A friendly command-line interface to Exercism.",
19
- Long: `A command-line interface for the v2 redesign of Exercism.
+ Long: `A command-line interface for the v3 redesign of Exercism.
20
21
Download exercises and submit your solutions.`,
22
SilenceUsage: true,
0 commit comments