tool/CommandFoeRead.cpp
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
--- a/tool/CommandFoeRead.cpp	Tue Dec 14 21:58:53 2010 +0100
+++ b/tool/CommandFoeRead.cpp	Mon Dec 20 17:52:37 2010 +0100
@@ -46,11 +46,12 @@
 
 /*****************************************************************************/
 
-string CommandFoeRead::helpString() const
+string CommandFoeRead::helpString(const string &binaryBaseName) const
 {
     stringstream str;
 
-    str << getName() << " [OPTIONS] <SOURCEFILE>" << endl
+    str << binaryBaseName << " " << getName()
+        << " [OPTIONS] <SOURCEFILE>" << endl
         << endl
         << getBriefDescription() << endl
         << endl