source-upgrade does not really process standard input

This commit is contained in:
Kamil Śliwak 2021-07-13 09:36:36 +02:00
parent b62bb0a0b2
commit 790d08f24b

View File

@ -454,7 +454,7 @@ bool SourceUpgrade::readInputFiles()
if (m_sourceCodes.size() == 0)
{
warning() << "No input files given. If you wish to use the standard input please specify \"-\" explicitly." << endl;
warning() << "No input files given." << endl;
return false;
}