From 2269d4aa828820aa3762a19a1de4affb4238e27a Mon Sep 17 00:00:00 2001 From: Raffaele Gaetano <raffaele.gaetano@cirad.fr> Date: Fri, 9 Dec 2022 13:42:51 +0100 Subject: [PATCH] ENH: minor fixes. --- moringa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moringa.py b/moringa.py index 9d4564f..7883894 100755 --- a/moringa.py +++ b/moringa.py @@ -42,7 +42,7 @@ def main(args): segmt.add_argument("--n_proc", type=int, help="Number of cores to use.") segmt.add_argument("--mem_limit", type=int, help="Memory limit in MB.") segmt.add_argument("--keep_graph", help="Keep the graph files (.bin) after segmentation.", action='store_true') - segmt.add_argument("--force_parallel", help="Force the parallelization of the process even if the full graph fits in memory.", action='store_true') + segmt.add_argument("--force_parallel", help="Force the spot6/7 preprocess one-liner parallelization of the process even if the full graph fits in memory.", action='store_true') vhrprep = subpar.add_parser("preprocess_spot67", help="Perform baseline pre-processing of a SPOT6/7 scene in raster sensor.", formatter_class=argparse.ArgumentDefaultsHelpFormatter) -- GitLab