From 69af66cc33a062da68596e567e17be9f6ec956cc Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Thu, 23 Feb 2023 15:36:11 +0100 Subject: [PATCH] FIX: Typo --- src/caoscrawler/crawl.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py index 9f9f8723..1b9b9e48 100644 --- a/src/caoscrawler/crawl.py +++ b/src/caoscrawler/crawl.py @@ -1250,7 +1250,7 @@ def crawler_main(crawled_directory_path: str, dry_run : bool do not commit any chnages to the server prefix : str - DEPRICATED, remove the given prefix from file paths + DEPRECATED, remove the given prefix from file paths securityMode : int securityMode of Crawler unique_names : bool @@ -1379,8 +1379,8 @@ def parse_args(): parser.add_argument("-u", "--unique-names", help="Insert or updates entities even if name conflicts exist.") parser.add_argument("-p", "--prefix", - help="DEPRICATED. Remove the given prefix from the paths " - "of all file objects.") + help="DEPRECATED, use --remove-prefix instead. Remove the given prefix " + "from the paths of all file objects.") parser.add_argument("--remove-prefix", help="Remove the given prefix from the paths of all file objects.") parser.add_argument("--add-prefix", -- GitLab