Fix error message

All long options must be specified with two hypens.
pull/2145/head
Daniele Forsi 2024-06-01 16:36:54 +02:00
rodzic 4cf54cb9a5
commit 710ad0b9e3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
}
}