tool/CommandFoeRead.cpp
changeset 1968 4f682084c643
parent 1870 0cee1fb7f0fd
--- a/tool/CommandFoeRead.cpp	Mon Oct 25 09:57:37 2010 +0200
+++ b/tool/CommandFoeRead.cpp	Mon Oct 25 10:12:26 2010 +0200
@@ -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