tool/CommandFoeRead.cpp
changeset 1968 4f682084c643
parent 1870 0cee1fb7f0fd
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    44 {
    44 {
    45 }
    45 }
    46 
    46 
    47 /*****************************************************************************/
    47 /*****************************************************************************/
    48 
    48 
    49 string CommandFoeRead::helpString() const
    49 string CommandFoeRead::helpString(const string &binaryBaseName) const
    50 {
    50 {
    51     stringstream str;
    51     stringstream str;
    52 
    52 
    53     str << getName() << " [OPTIONS] <SOURCEFILE>" << endl
    53     str << binaryBaseName << " " << getName()
       
    54         << " [OPTIONS] <SOURCEFILE>" << endl
    54         << endl
    55         << endl
    55         << getBriefDescription() << endl
    56         << getBriefDescription() << endl
    56         << endl
    57         << endl
    57         << "This command requires a single slave to be selected." << endl
    58         << "This command requires a single slave to be selected." << endl
    58         << endl
    59         << endl