tool/CommandSdos.cpp
changeset 1968 4f682084c643
parent 1869 14f634f5b613
child 2421 bc2d4bf9cbe5
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    41 {
    41 {
    42 }
    42 }
    43 
    43 
    44 /*****************************************************************************/
    44 /*****************************************************************************/
    45 
    45 
    46 string CommandSdos::helpString() const
    46 string CommandSdos::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         << "SDO dictionary information is displayed in two layers," << endl
    54         << "SDO dictionary information is displayed in two layers," << endl
    55         << "which are indented accordingly:" << endl
    55         << "which are indented accordingly:" << endl