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 25dc277 + 37e43fc commit 32c433eCopy full SHA for 32c433e
1 file changed
exercism/main.go
@@ -22,7 +22,7 @@ const (
22
descDebug = "Outputs useful debug information."
23
descConfigure = "Writes config values to a JSON file."
24
descFetch = "Fetches the next unsubmitted problem in each track."
25
- descRestore = "Downloads your the most recent iteration for each of your solutions on exercism.io."
+ descRestore = "Downloads the most recent iteration for each of your solutions on exercism.io."
26
descSubmit = "Submits a new iteration to a problem on exercism.io."
27
descSkip = "Skips a problem given a track ID and problem slug."
28
descUpgrade = "Upgrades the CLI to the latest released version."
0 commit comments