tool/CommandFoeWrite.cpp
changeset 1968 4f682084c643
parent 1870 0cee1fb7f0fd
child 2004 be807e224b0e
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    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