mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
add more information to 'task purge' footnote
This commit is contained in:
parent
02de8dfe67
commit
a1b64a05ba
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ CmdPurge::CmdPurge ()
|
||||||
int CmdPurge::execute (std::string&)
|
int CmdPurge::execute (std::string&)
|
||||||
{
|
{
|
||||||
Context::getContext ().footnote ("As of version 3.0, this command has no effect.");
|
Context::getContext ().footnote ("As of version 3.0, this command has no effect.");
|
||||||
|
Context::getContext ().footnote ("Deleted tasks are removed from the task list automatically after they expire.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue