tool/CommandFoeWrite.cpp
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
child 2004 be807e224b0e
equal deleted inserted replaced
2010:87de63b19e4c 2011:04fdb4abf120
    46 {
    46 {
    47 }
    47 }
    48 
    48 
    49 /*****************************************************************************/
    49 /*****************************************************************************/
    50 
    50 
    51 string CommandFoeWrite::helpString() const
    51 string CommandFoeWrite::helpString(const string &binaryBaseName) const
    52 {
    52 {
    53     stringstream str;
    53     stringstream str;
    54 
    54 
    55     str << getName() << " [OPTIONS] <FILENAME>" << endl
    55     str << binaryBaseName << " " << getName()
       
    56         << " [OPTIONS] <FILENAME>" << endl
    56         << endl
    57         << endl
    57         << getBriefDescription() << endl
    58         << getBriefDescription() << endl
    58         << endl
    59         << endl
    59         << "This command requires a single slave to be selected." << endl
    60         << "This command requires a single slave to be selected." << endl
    60         << endl
    61         << endl