tool/Command.h
changeset 2011 04fdb4abf120
parent 2010 87de63b19e4c
parent 1968 4f682084c643
child 2436 960cc1bb6b4a
child 2589 2b9c78543663
--- a/tool/Command.h	Tue Dec 14 21:58:53 2010 +0100
+++ b/tool/Command.h	Mon Dec 20 17:52:37 2010 +0100
@@ -116,7 +116,7 @@
         bool matchesSubstr(const string &) const;
         bool matchesAbbrev(const string &) const;
 
-        virtual string helpString() const = 0;
+        virtual string helpString(const string &) const = 0;
 
         typedef vector<string> StringVector;
         virtual void execute(const StringVector &) = 0;