add more information to 'task purge' footnote

This commit is contained in:
Dustin J. Mitchell 2023-05-07 21:19:49 +00:00 committed by Dustin J. Mitchell
parent 02de8dfe67
commit a1b64a05ba

View file

@ -49,6 +49,7 @@ CmdPurge::CmdPurge ()
int CmdPurge::execute (std::string&)
{
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;
}