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 () -
- Added 'diagnostics' command.
- Added 'extensions' command.
- Added 'help' command.
- Added 'log' command.
- Integrated libshared.git.

View file

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

View file

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