From 0004e4e059e17164df22cb2a605a44b1d83b928b Mon Sep 17 00:00:00 2001 From: Lior Paz Date: Sun, 5 Nov 2023 10:53:17 +0200 Subject: [PATCH] UTIL: Fix in parser serial to sequential --- src/utils/ucc_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ucc_parser.h b/src/utils/ucc_parser.h index 17a64c3df4..dd0869c66d 100644 --- a/src/utils/ucc_parser.h +++ b/src/utils/ucc_parser.h @@ -280,7 +280,7 @@ void ucc_config_release_uint_ranged(void *ptr, const void *arg); ucc_config_clone_pipeline_params, \ ucc_config_release_pipeline_params, ucs_config_help_generic, \ "thresh=:fragsize=:nfrags=" \ - ":pdepth=:" \ + ":pdepth=:" \ } #endif