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 () -
|
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.
|
||||||
|
|
|
@ -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'.
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue