tool/CommandSiiRead.cpp
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
child 2421 bc2d4bf9cbe5
equal deleted inserted replaced
2010:87de63b19e4c 2011:04fdb4abf120
    41 {
    41 {
    42 }
    42 }
    43 
    43 
    44 /*****************************************************************************/
    44 /*****************************************************************************/
    45 
    45 
    46 string CommandSiiRead::helpString() const
    46 string CommandSiiRead::helpString(const string &binaryBaseName) const
    47 {
    47 {
    48     stringstream str;
    48     stringstream str;
    49 
    49 
    50     str << getName() << " [OPTIONS]" << endl
    50     str << binaryBaseName << " " << getName() << " [OPTIONS]" << endl
    51         << endl
    51         << endl
    52         << getBriefDescription() << endl
    52         << getBriefDescription() << endl
    53         << endl
    53         << endl
    54         << "This command requires a single slave to be selected." << endl
    54         << "This command requires a single slave to be selected." << endl
    55         << endl
    55         << endl