diff -r 87de63b19e4c -r 04fdb4abf120 tool/Command.h --- 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 StringVector; virtual void execute(const StringVector &) = 0;