From a1b64a05ba3ff5068471cbd4b973299570e4d315 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 7 May 2023 21:19:49 +0000 Subject: [PATCH] add more information to 'task purge' footnote --- src/commands/CmdPurge.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CmdPurge.cpp b/src/commands/CmdPurge.cpp index c54a77515..ffde6543e 100644 --- a/src/commands/CmdPurge.cpp +++ b/src/commands/CmdPurge.cpp @@ -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; }