Do not print logo, if not requested

This commit is contained in:
Giulio Eulisse 2021-12-14 10:31:48 +01:00 committed by Dennis Klein
parent 953c4a75c8
commit acfb495411

View File

@ -128,7 +128,7 @@ auto DeviceRunner::Run() -> int
fConfig.ParseAll(fRawCmdLineArgs, true);
if (!HandleGeneralOptions(fConfig)) {
if (!HandleGeneralOptions(fConfig, fPrintLogo)) {
return 0;
}