Skip to content

Commit

Permalink
Fix typo in help.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Oosterop committed Jul 20, 2024
1 parent 045abe3 commit 7f7c95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crewcal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def extract(sourcefile: str, targetfile: str, to_json: bool, overwrite: bool) ->
"--nooverwrite",
"-no",
is_flag=True,
help="Don not convert if target folder already exists.",
help="Do not convert if target folder already exists.",
)
@click.argument("sourcefile")
@click.argument("targetfolder")
Expand Down

0 comments on commit 7f7c95f

Please sign in to comment.