Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
descDebug = "Outputs useful debug information."
descConfigure = "Writes config values to a JSON file."
descFetch = "Fetches the next unsubmitted problem in each track."
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."
descSubmit = "Submits a new iteration to a problem on exercism.io."
descSkip = "Skips a problem given a track ID and problem slug."
descUpgrade = "Upgrades the CLI to the latest released version."
Expand Down