mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Updated extensions docs
This commit is contained in:
parent
6e805b62eb
commit
7ebbd5255e
3 changed files with 5 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
0.1.0 () -
|
||||
|
||||
- Added 'diagnostics' command.
|
||||
- Added 'extensions' command.
|
||||
- Added 'help' command.
|
||||
- Added 'log' command.
|
||||
- Integrated libshared.git.
|
||||
|
|
|
@ -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'.
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue