CmdHelp: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:38:41 -04:00
parent e17c2a2263
commit 4ee9c3c908

View file

@ -30,12 +30,14 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
int CmdHelpUsage () int CmdHelpUsage ()
{ {
// TODO List all commands.
// TODO List all extensions.
std::cout << "\n" std::cout << "\n"
<< "Usage: timew [--version]\n" << "Usage: timew [--version]\n"
<< " timew diagnostics\n" << " timew diagnostics\n"
<< "\n"; << "\n";
// TODO List all commands.
// TODO List all extensions.
return 0; return 0;
} }