diff --git a/Framework/Core/src/Plugin.cxx b/Framework/Core/src/Plugin.cxx index 726b12ff68365..0d225b81c0581 100644 --- a/Framework/Core/src/Plugin.cxx +++ b/Framework/Core/src/Plugin.cxx @@ -57,7 +57,7 @@ auto lookForCommandLineAODOptions = [](ConfigParamRegistry& registry, int argc, O2_SIGNPOST_EVENT_EMIT(capabilities, sid, "DiscoverAODOptionsInCommandLineCapability", "AOD options found in arguments. Populating from them."); return true; } - if (arg.starts_with("--aod-parent-base-path-replacement")) { + if (arg.starts_with("--aod-parent-")) { O2_SIGNPOST_EVENT_EMIT(capabilities, sid, "DiscoverAODOptionsInCommandLineCapability", "AOD options found in arguments. Populating from them."); return true; }