tool/CommandDomains.cpp
changeset 1968 4f682084c643
parent 1955 09c2bd224d3f
child 2004 be807e224b0e
child 2369 2536d60dea6e
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    41 {
    41 {
    42 }
    42 }
    43 
    43 
    44 /*****************************************************************************/
    44 /*****************************************************************************/
    45 
    45 
    46 string CommandDomains::helpString() const
    46 string CommandDomains::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         << "Without the --verbose option, the domains are displayed" << endl
    54         << "Without the --verbose option, the domains are displayed" << endl
    55         << "one-per-line. Example:" << endl
    55         << "one-per-line. Example:" << endl