tool/CommandPdos.cpp
changeset 1968 4f682084c643
parent 1869 14f634f5b613
child 2421 bc2d4bf9cbe5
child 2589 2b9c78543663
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    41 {
    41 {
    42 }
    42 }
    43 
    43 
    44 /*****************************************************************************/
    44 /*****************************************************************************/
    45 
    45 
    46 string CommandPdos::helpString() const
    46 string CommandPdos::helpString(const string &binaryBaseName) const
    47 {
    47 {
    48     stringstream str;
    48     stringstream str;
    49 
    49 
    50     str << getName() << " [OPTIONS]" << endl
    50     str << binaryBaseName << " " << getName() << " [OPTIONS]" << endl
    51         << endl
    51         << endl
    52         << getBriefDescription() << endl
    52         << getBriefDescription() << endl
    53         << endl
    53         << endl
    54         << "The information is displayed in three layers, which are" << endl
    54         << "The information is displayed in three layers, which are" << endl
    55         << "indented accordingly:" << endl
    55         << "indented accordingly:" << endl