--- a/tool/CommandData.cpp Tue Dec 14 21:58:53 2010 +0100
+++ b/tool/CommandData.cpp Mon Dec 20 17:52:37 2010 +0100
@@ -44,11 +44,11 @@
/*****************************************************************************/
-string CommandData::helpString() const
+string CommandData::helpString(const string &binaryBaseName) const
{
stringstream str;
- str << getName() << " [OPTIONS]" << endl
+ str << binaryBaseName << " " << getName() << " [OPTIONS]" << endl
<< endl
<< getBriefDescription() << endl
<< endl