tool/CommandDebug.cpp
changeset 1968 4f682084c643
parent 1880 f46bec1b5f21
child 2421 bc2d4bf9cbe5
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    43 {
    43 {
    44 }
    44 }
    45 
    45 
    46 /*****************************************************************************/
    46 /*****************************************************************************/
    47 
    47 
    48 string CommandDebug::helpString() const
    48 string CommandDebug::helpString(const string &binaryBaseName) const
    49 {
    49 {
    50     stringstream str;
    50     stringstream str;
    51 
    51 
    52     str << getName() << " <LEVEL>" << endl
    52     str << binaryBaseName << " " << getName() << " <LEVEL>" << endl
    53         << endl
    53         << endl
    54         << getBriefDescription() << endl
    54         << getBriefDescription() << endl
    55         << endl
    55         << endl
    56         << "Debug messages are printed to syslog." << endl
    56         << "Debug messages are printed to syslog." << endl
    57         << endl
    57         << endl