From 8a7b4947dd6611ef7222eff7f730c73cfbc9a065 Mon Sep 17 00:00:00 2001 From: Lior Paz Date: Mon, 6 Nov 2023 13:34:48 +0200 Subject: [PATCH] UTIL: Fix in parser serial to sequential (#869) --- 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