tool/CommandFoeWrite.cpp
changeset 1968 4f682084c643
parent 1870 0cee1fb7f0fd
child 2004 be807e224b0e
--- a/tool/CommandFoeWrite.cpp	Mon Oct 25 09:57:37 2010 +0200
+++ b/tool/CommandFoeWrite.cpp	Mon Oct 25 10:12:26 2010 +0200
@@ -48,11 +48,12 @@
 
 /*****************************************************************************/
 
-string CommandFoeWrite::helpString() const
+string CommandFoeWrite::helpString(const string &binaryBaseName) const
 {
     stringstream str;
 
-    str << getName() << " [OPTIONS] <FILENAME>" << endl
+    str << binaryBaseName << " " << getName()
+        << " [OPTIONS] <FILENAME>" << endl
         << endl
         << getBriefDescription() << endl
         << endl