mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Delegates to CmdHelpUsage
This commit is contained in:
parent
1244a8c2c2
commit
aa9fdee45d
3 changed files with 9 additions and 2 deletions
|
@ -195,8 +195,7 @@ int dispatchCommand (
|
|||
}
|
||||
else if (matches.size () == 0)
|
||||
{
|
||||
// TODO usage.
|
||||
std::cout << "# usage\n";
|
||||
CmdHelpUsage ();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue