Skip to content

Commit 5495379

Browse files
committed
Fix acknowledgment of -h option by HBFUtilsInitializer
1 parent 404b414 commit 5495379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Raw/src/HBFUtilsInitializer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ HBFUtilsInitializer::HBFUtilsInitializer(const o2f::ConfigContext& configcontext
7878
hbfuInput = optStr;
7979
} else if (opt == HBFOpt::ROOT) {
8080
rootFileInput = optStr;
81-
} else {
81+
} else if (!helpasked) {
8282
LOGP(fatal, "uknown hbfutils-config option {}", optStr);
8383
}
8484
}

0 commit comments

Comments
 (0)