Skip to content

Commit

Permalink
Fix invalid text
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 22, 2024
1 parent 1318150 commit 5130613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create/create.nim
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ proc create*(conf: Conf) =
stderr.writeLine msg
quit QuitFailure
if conf.action.difficulty.isSome:
let msg = "The difficulty argument is not supported for approaches"
let msg = "The difficulty argument is not supported for articles"
stderr.writeLine msg
quit QuitFailure
let trackConfigPath = conf.trackDir / "config.json"
Expand Down

0 comments on commit 5130613

Please sign in to comment.