mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
CmdHelp: Added CmdLog
This commit is contained in:
parent
509b415b3e
commit
dc8453ab63
1 changed files with 2 additions and 0 deletions
|
@ -30,9 +30,11 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdHelpUsage ()
|
||||
{
|
||||
// TODO This is going to need formatting.
|
||||
std::cout << "\n"
|
||||
<< "Usage: timew [--version]\n"
|
||||
<< " timew diagnostics\n"
|
||||
<< " timew log [<message>]\n"
|
||||
<< "\n";
|
||||
|
||||
// TODO List all commands.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue