Docs: Updated extensions docs

This commit is contained in:
Paul Beckingham 2016-03-20 10:54:13 -04:00
parent 6e805b62eb
commit 7ebbd5255e
3 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,7 @@
0.1.0 () - 0.1.0 () -
- Added 'diagnostics' command. - Added 'diagnostics' command.
- Added 'extensions' command.
- Added 'help' command. - Added 'help' command.
- Added 'log' command. - Added 'log' command.
- Integrated libshared.git. - Integrated libshared.git.

View file

@ -25,8 +25,8 @@ See also 'extensions'.
.TP .TP
.B timew extensions .B timew extensions
Displays the directory containing the extension programs, and a table with each Displays the directory containing the extension programs, and a table showing
of the extensions and status. each extention and its status.
See also 'diagnostics'. See also 'diagnostics'.

View file

@ -101,8 +101,8 @@ int CmdHelp (const std::vector <std::string>& args, Log& log)
std::cout << "\n" std::cout << "\n"
<< "Syntax: timew extensions\n" << "Syntax: timew extensions\n"
<< "\n" << "\n"
<< "Displays the directory containing the extension programs, and a table with each\n" << "Displays the directory containing the extension programs, and a table showing\n"
<< "of the extensions and status.\n" << "each extensions and its status.\n"
<< "\n" << "\n"
<< "See also 'diagnostics'.\n" << "See also 'diagnostics'.\n"
<< "\n"; << "\n";