mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
[TS-30] adjust help page
This commit is contained in:
parent
96f2c20598
commit
b7c16ae23b
1 changed files with 6 additions and 6 deletions
12
src/help.cpp
12
src/help.cpp
|
@ -32,12 +32,12 @@ int cmdHelp ()
|
|||
{
|
||||
std::cout << '\n'
|
||||
<< " Commands:\n"
|
||||
<< " tasksh> list Or any other Taskwarrior command\n"
|
||||
<< " tasksh> review [N] Task review session, with optional cutoff after N tasks\n"
|
||||
<< " tasksh> exec ls -al Any shell command. May also use '!ls -al'\n"
|
||||
<< " tasksh> help Tasksh help\n"
|
||||
<< " tasksh> diagnostics Tasksh diagnostics\n"
|
||||
<< " tasksh> quit End of session. May also use 'exit'\n"
|
||||
<< " tasksh> list Or any other Taskwarrior command\n"
|
||||
<< " tasksh> review [FILTER] [N] Task review session, with optional filter and cutoff after N tasks\n"
|
||||
<< " tasksh> exec ls -al Any shell command. May also use '!ls -al'\n"
|
||||
<< " tasksh> help Tasksh help\n"
|
||||
<< " tasksh> diagnostics Tasksh diagnostics\n"
|
||||
<< " tasksh> quit End of session. May also use 'exit'\n"
|
||||
<< '\n'
|
||||
<< "Run 'man tasksh' from your shell prompt.\n"
|
||||
<< "Run '! man tasksh' from inside tasksh.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue