Skip to content

Commit 32c433e

Browse files
committed
Merge pull request #289 from AlexWheeler/cli_fix_typo_in_description
Fixes typo in exercism restore description
2 parents 25dc277 + 37e43fc commit 32c433e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercism/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
descDebug = "Outputs useful debug information."
2323
descConfigure = "Writes config values to a JSON file."
2424
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."
25+
descRestore = "Downloads the most recent iteration for each of your solutions on exercism.io."
2626
descSubmit = "Submits a new iteration to a problem on exercism.io."
2727
descSkip = "Skips a problem given a track ID and problem slug."
2828
descUpgrade = "Upgrades the CLI to the latest released version."

0 commit comments

Comments
 (0)