equal
deleted
inserted
replaced
41 { |
41 { |
42 } |
42 } |
43 |
43 |
44 /*****************************************************************************/ |
44 /*****************************************************************************/ |
45 |
45 |
46 string CommandGraph::helpString() const |
46 string CommandGraph::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 << "The bus is output in DOT language (see" << endl |
54 << "The bus is output in DOT language (see" << endl |
55 << "http://www.graphviz.org/doc/info/lang.html), which can" << endl |
55 << "http://www.graphviz.org/doc/info/lang.html), which can" << endl |