diff --git a/fairmq/DeviceRunner.cxx b/fairmq/DeviceRunner.cxx index 2b2594c0..c9173cc5 100644 --- a/fairmq/DeviceRunner.cxx +++ b/fairmq/DeviceRunner.cxx @@ -128,7 +128,7 @@ auto DeviceRunner::Run() -> int fConfig.ParseAll(fRawCmdLineArgs, true); - if (!HandleGeneralOptions(fConfig)) { + if (!HandleGeneralOptions(fConfig, fPrintLogo)) { return 0; }