tool/CommandVersion.cpp
changeset 1804 742607c464c4
parent 1373 e651000f1ff1
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1803:5b04770444df 1804:742607c464c4
    43 
    43 
    44 string CommandVersion::helpString() const
    44 string CommandVersion::helpString() const
    45 {
    45 {
    46     stringstream str;
    46     stringstream str;
    47 
    47 
    48 	str << getName() << " [OPTIONS]" << endl
    48     str << getName() << " [OPTIONS]" << endl
    49     	<< endl
    49         << endl
    50     	<< getBriefDescription() << endl;
    50         << getBriefDescription() << endl;
    51 
    51 
    52 	return str.str();
    52     return str.str();
    53 }
    53 }
    54 
    54 
    55 /****************************************************************************/
    55 /****************************************************************************/
    56 
    56 
    57 void CommandVersion::execute(MasterDevice &m, const StringVector &args)
    57 void CommandVersion::execute(MasterDevice &m, const StringVector &args)