1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-10 18:43:28 -05:00

Merge pull request #2145 from dforsi/fix/typos

Fix error message
This commit is contained in:
Edouard Griffiths 2024-06-02 01:31:16 +02:00 committed by GitHub
commit f6425af84d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,7 +151,7 @@ void MainParser::parse(const QCoreApplication& app)
if (m_remoteTCPSink && m_remoteTCPSinkHWType.isEmpty() && m_remoteTCPSinkSerial.isEmpty())
{
qCritical() << "You must specify a device with either -remote-tcp-hwtype or -remote-tcp-serial";
qCritical() << "You must specify a device with either --remote-tcp-hwtype or --remote-tcp-serial";
exit (EXIT_FAILURE);
}
}