Skip to content

Commit

Permalink
cli, README: fix description of fmt (#750)
Browse files Browse the repository at this point in the history
Since commit 72f865b, `configlet fmt` also operates on
`.approaches/config.json` and `.articles/config.json`.

Fixes: #749
  • Loading branch information
ee7 committed May 25, 2023
1 parent 7a3fed7 commit 1c020ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Usage:
Commands:
completion Output a completion script for a given shell
fmt Format the exercise '.meta/config.json' files
fmt Format the exercise 'config.json' files
generate Generate Concept Exercise 'introduction.md' files from 'introduction.md.tpl' files
info Print some information about the track
lint Check the track configuration for correctness
Expand Down
2 changes: 1 addition & 1 deletion src/cli.nim
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func genHelpText: string =
const actionDescriptions: array[ActionKind, string] = [
actNil: "",
actCompletion: "Output a completion script for a given shell",
actFmt: "Format the exercise '.meta/config.json' files",
actFmt: "Format the exercise 'config.json' files",
actGenerate: "Generate Concept Exercise 'introduction.md' files from 'introduction.md.tpl' files",
actInfo: "Print some information about the track",
actLint: "Check the track configuration for correctness",
Expand Down

0 comments on commit 1c020ea

Please sign in to comment.