Do not print logo, if not requested

This commit is contained in:
Giulio Eulisse 2021-12-14 10:31:48 +01:00
parent ebcbe2dde6
commit fcd39e3aa4

View File

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