diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index f5da0657..cf374c9f 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -30,12 +30,14 @@ //////////////////////////////////////////////////////////////////////////////// int CmdHelpUsage () { - // TODO List all commands. - // TODO List all extensions. std::cout << "\n" << "Usage: timew [--version]\n" << " timew diagnostics\n" << "\n"; + + // TODO List all commands. + // TODO List all extensions. + return 0; }