From 964c07f191ebadf545013e870833d03e64eff374 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 13 May 2016 23:15:33 -0400 Subject: [PATCH] CmdHelp: Added 'gaps' command help --- src/commands/CmdHelp.cpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index cb2ffd1b..751c1327 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -41,6 +41,7 @@ int CmdHelpUsage () << " timew diagnostics\n" << " timew export [] [ ...]\n" << " timew extensions\n" + << " timew gaps [] [ ...]\n" << " timew help [ | hints]\n" << " timew [report] [] [ ...]\n" << " timew show\n" @@ -66,7 +67,6 @@ int CmdHelpUsage () << '\n'; // TODO clear - // TODO gaps // TODO import // TODO month // TODO quarter @@ -199,7 +199,16 @@ int CmdHelp (const CLI& cli) << "See also 'diagnostics'.\n" << '\n'; - // TODO gaps + // Ruler 1 2 3 4 5 6 7 8 + // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 + else if (words[0] == "gaps") + std::cout << '\n' + << "Syntax: timew gaps [] [ ...]\n" + << '\n' + << "Displays a summary of time that is neither tracked, nor excluded from tracking.\n" + << '\n' + << "See also 'summary'.\n" + << '\n'; // Ruler 1 2 3 4 5 6 7 8 // 12345678901234567890123456789012345678901234567890123456789012345678901234567890