Skip to content

Commit

Permalink
Simplify the root command description
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jan 9, 2024
1 parent 90b4b86 commit 915de1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 915de1e

Please sign in to comment.