equal
deleted
inserted
replaced
42 { |
42 { |
43 } |
43 } |
44 |
44 |
45 /*****************************************************************************/ |
45 /*****************************************************************************/ |
46 |
46 |
47 string CommandXml::helpString() const |
47 string CommandXml::helpString(const string &binaryBaseName) const |
48 { |
48 { |
49 stringstream str; |
49 stringstream str; |
50 |
50 |
51 str << getName() << " [OPTIONS]" << endl |
51 str << binaryBaseName << " " << getName() << " [OPTIONS]" << endl |
52 << endl |
52 << endl |
53 << getBriefDescription() << endl |
53 << getBriefDescription() << endl |
54 << endl |
54 << endl |
55 << "Note that the PDO information can either originate" << endl |
55 << "Note that the PDO information can either originate" << endl |
56 << "from the SII or from the CoE communication area. For" << endl |
56 << "from the SII or from the CoE communication area. For" << endl |