init: Delegates to CmdHelpUsage

This commit is contained in:
Paul Beckingham 2016-03-04 23:56:01 -05:00
parent 1244a8c2c2
commit aa9fdee45d
3 changed files with 9 additions and 2 deletions

View file

@ -195,8 +195,7 @@ int dispatchCommand (
}
else if (matches.size () == 0)
{
// TODO usage.
std::cout << "# usage\n";
CmdHelpUsage ();
}
else
{