equal
deleted
inserted
replaced
43 { |
43 { |
44 } |
44 } |
45 |
45 |
46 /*****************************************************************************/ |
46 /*****************************************************************************/ |
47 |
47 |
48 string CommandAlias::helpString() const |
48 string CommandAlias::helpString(const string &binaryBaseName) const |
49 { |
49 { |
50 stringstream str; |
50 stringstream str; |
51 |
51 |
52 str << getName() << " [OPTIONS] <ALIAS>" << endl |
52 str << binaryBaseName << " " << getName() << " [OPTIONS] <ALIAS>" << endl |
53 << endl |
53 << endl |
54 << getBriefDescription() << endl |
54 << getBriefDescription() << endl |
55 << endl |
55 << endl |
56 << "Arguments:" << endl |
56 << "Arguments:" << endl |
57 << " ALIAS must be an unsigned 16 bit number. Zero means" << endl |
57 << " ALIAS must be an unsigned 16 bit number. Zero means" << endl |