kopia lustrzana https://gitlab.com/eliggett/wfview
added newline at the help string
rodzic
7b32bc97e6
commit
9f9b032cf8
2
main.cpp
2
main.cpp
|
@ -28,7 +28,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
QString currentArg;
|
||||
|
||||
const QString helpText = QString("Usage: -p --port /dev/port, -h --host remotehostname, -c --civ 0xAddr, -l --logfile filename.log"); // TODO...
|
||||
const QString helpText = QString("Usage: -p --port /dev/port, -h --host remotehostname, -c --civ 0xAddr, -l --logfile filename.log\n"); // TODO...
|
||||
|
||||
for(int c=1; c<argc; c++)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue