Skip to content

Commit 790d08f

Browse files
committed
source-upgrade does not really process standard input
1 parent b62bb0a commit 790d08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/solidityUpgrade/SourceUpgrade.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ bool SourceUpgrade::readInputFiles()
454454

455455
if (m_sourceCodes.size() == 0)
456456
{
457-
warning() << "No input files given. If you wish to use the standard input please specify \"-\" explicitly." << endl;
457+
warning() << "No input files given." << endl;
458458
return false;
459459
}
460460

0 commit comments

Comments
 (0)