tool/CommandFoeWrite.cpp
changeset 2004 be807e224b0e
parent 1991 15d656ef81af
parent 1968 4f682084c643
child 2589 2b9c78543663
equal deleted inserted replaced
2003:a7ff6c28a432 2004:be807e224b0e
    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