From 25a6b5b796ab5ea2985771c98a12a4903a3b4e47 Mon Sep 17 00:00:00 2001 From: Daniel Hatton Date: Thu, 27 Jul 2023 13:42:28 +0100 Subject: [PATCH] Fix typo --- src/murfey/client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/murfey/client/__init__.py b/src/murfey/client/__init__.py index 86b63f89..ecfa9ccf 100644 --- a/src/murfey/client/__init__.py +++ b/src/murfey/client/__init__.py @@ -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)",