Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-j-hatton committed Jul 27, 2023
1 parent d9c03cb commit 25a6b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/murfey/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def run():
help="Relax the condition that the source directory needs to be recognised from the configuration",
)
parser.add_argument(
"--skip-exisitng-processing",
"--skip-existing-processing",
action="store_true",
default=False,
help="Do not trigger processing for any data directories currently on disk (you may have started processing for them in a previous murfey run)",
Expand Down

0 comments on commit 25a6b5b

Please sign in to comment.