TW-188: short help text

- Thanks to David Patrick.
This commit is contained in:
Paul Beckingham
2016-02-01 18:38:14 -05:00
parent ba957344ef
commit 32cf553d4e
4 changed files with 30 additions and 10 deletions

View File

@@ -35,6 +35,9 @@ class CmdHelp : public Command
public:
CmdHelp ();
int execute (std::string&);
private:
std::string composeUsage () const;
};
#endif