diff --git a/cmd/root.go b/cmd/root.go index 734c8d4b7..afe5b0db9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -16,7 +16,7 @@ import ( var RootCmd = &cobra.Command{ Use: BinaryName, Short: "A friendly command-line interface to Exercism.", - Long: `A command-line interface for the v3 redesign of Exercism. + Long: "A command-line interface for Exercism." Download exercises and submit your solutions.`, SilenceUsage: true,