We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f0975 commit d5cfc4dCopy full SHA for d5cfc4d
utils/can-parse/can-parse.cpp
@@ -29,6 +29,7 @@ void showUsage(std::ostream& ostrm, char* program_name) {
29
ostrm << "\t" << std::setw(22) << "" << "if CAN ID is specified, prints the details of the given frame" << std::endl;
30
ostrm << "\t" << std::setw(22) << (CHECKFRAME_ACTION + " [CAN ID]") << "Check different properties of the CAN database" << std::endl;
31
ostrm << "\t" << std::setw(22) << "" << "if CAN ID is specified, print the check details of the given frame" << std::endl;
32
+ ostrm << "\t" << std::setw(22) << "-h / --help" << "Print the present help message" << std::endl;
33
ostrm << "Currently supported formats: DBC" << std::endl;
34
}
35
0 commit comments