tool/CommandXml.cpp
changeset 1968 4f682084c643
parent 1890 b64e3791075d
child 2421 bc2d4bf9cbe5
child 2589 2b9c78543663
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    42 {
    42 {
    43 }
    43 }
    44 
    44 
    45 /*****************************************************************************/
    45 /*****************************************************************************/
    46 
    46 
    47 string CommandXml::helpString() const
    47 string CommandXml::helpString(const string &binaryBaseName) const
    48 {
    48 {
    49     stringstream str;
    49     stringstream str;
    50 
    50 
    51     str << getName() << " [OPTIONS]" << endl
    51     str << binaryBaseName << " " << getName() << " [OPTIONS]" << endl
    52         << endl
    52         << endl
    53         << getBriefDescription() << endl
    53         << getBriefDescription() << endl
    54         << endl
    54         << endl
    55         << "Note that the PDO information can either originate" << endl
    55         << "Note that the PDO information can either originate" << endl
    56         << "from the SII or from the CoE communication area. For" << endl
    56         << "from the SII or from the CoE communication area. For" << endl