tool/CommandSlaves.cpp
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
child 2374 e898451c054a
child 2589 2b9c78543663
equal deleted inserted replaced
2010:87de63b19e4c 2011:04fdb4abf120
    43 {
    43 {
    44 }
    44 }
    45 
    45 
    46 /*****************************************************************************/
    46 /*****************************************************************************/
    47 
    47 
    48 string CommandSlaves::helpString() const
    48 string CommandSlaves::helpString(const string &binaryBaseName) const
    49 {
    49 {
    50     stringstream str;
    50     stringstream str;
    51 
    51 
    52     str << getName() << " [OPTIONS]" << endl
    52     str << binaryBaseName << " " << getName() << " [OPTIONS]" << endl
    53         << endl
    53         << endl
    54         << getBriefDescription() << endl
    54         << getBriefDescription() << endl
    55         << endl
    55         << endl
    56         << "If the --verbose option is not given, the slaves are" << endl
    56         << "If the --verbose option is not given, the slaves are" << endl
    57         << "displayed one-per-line. Example:" << endl
    57         << "displayed one-per-line. Example:" << endl