From 9a29417bb53e4e93f323b800d0593a6add3f710b Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 20 Mar 2016 19:21:07 +0100 Subject: [PATCH] docs: Document new purge command --- doc/man/task.1.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/man/task.1.in b/doc/man/task.1.in index 684143e74..d6f8d2f51 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -376,6 +376,14 @@ Modifies the existing task with provided information. .B task prepend Prepends description text to an existing task. +.TP +.B task purge +Permanently removes the specified tasks from the data files. Only +tasks that are alredy deleted can be purged. This command has a +local-only effect and changes introduced by it are not synced. + +Warning: causes permanent, non-revertible loss of data. + .TP .B task start Marks the specified tasks as started.