Index: main.cpp =================================================================== diff -u -r45617764a63d5573bfb942b039f2854ed25ba15d -r95c671ab7037af055db551456a719ff67bf10262 --- main.cpp (.../main.cpp) (revision 45617764a63d5573bfb942b039f2854ed25ba15d) +++ main.cpp (.../main.cpp) (revision 95c671ab7037af055db551456a719ff67bf10262) @@ -112,7 +112,7 @@ QCoreApplication::translate("main", "Show the Message Output")); parser.addOption(optionConsoleoutFrameInterface); - // --- -0 : disable-keep-awake + // --- -0 : disable-keep-awake (the fast mode) QCommandLineOption optionSendEmptyKeepAwake(QStringList() << "0" << "disable-keep-awake", QCoreApplication::translate("main", "Disable send low priority, empty message on the CANBus just to keep UI board CAN driver awake")); parser.addOption(optionSendEmptyKeepAwake);