tool/CommandFoeRead.cpp
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
equal deleted inserted replaced
2010:87de63b19e4c 2011:04fdb4abf120
    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