Skip to content

Commit

Permalink
create, README: fix descriptions of new options (#858)
Browse files Browse the repository at this point in the history
A follow-up to commit 8c3e63e.
  • Loading branch information
sanderploegsma authored Jan 21, 2024
1 parent b2ffaf3 commit ec0dd1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Options for completion:
Options for create:
--approach <slug> The slug of the approach
--article <slug> The slug of the article
--practice-exercise <slug> The slug of the concept exercise
--concept-exercise <slug> The slug of the practice exercise
--practice-exercise <slug> The slug of the practice exercise
--concept-exercise <slug> The slug of the concept exercise
-e, --exercise <slug> Only operate on this exercise
-o, --offline Do not update the cached 'problem-specifications' data
Expand Down
4 changes: 2 additions & 2 deletions src/cli.nim
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ func genHelpText: string =
&"{paddingOpt}{allowedValues(Verbosity)} (default: normal)",
optCreateApproach: "The slug of the approach",
optCreateArticle: "The slug of the article",
optCreateConceptExercise: "The slug of the practice exercise",
optCreatePracticeExercise: "The slug of the concept exercise",
optCreateConceptExercise: "The slug of the concept exercise",
optCreatePracticeExercise: "The slug of the practice exercise",
optCompletionShell: &"Choose the shell type (required)\n" &
&"{paddingOpt}{allowedValues(Shell)}",
optFmtSyncCreateExercise: "Only operate on this exercise",
Expand Down

0 comments on commit ec0dd1f

Please sign in to comment.