From 42ad56fc38588b4fa3cdbae5223dc8ede9f7b1a2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 24 Jul 2016 17:42:15 -0400 Subject: [PATCH] docs: Removed 'fill' command for beta --- doc/man/timew.1.in | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index 92a96da4..7d57947d 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -127,26 +127,6 @@ Exports all the tracked time in JSON format. Supports filtering. For example: Displays the directory containing the extension programs and a table showing each extention and its status. See also 'diagnostics'. -.TP -.B timew fill @ [@ ...] - -The 'fill' command is used to adjust any interval to fill in surrounding gaps. -Using the 'summary' command, and specifying the ':ids' hint shows interval IDs. -Using the right ID, you can identify an interval to fill. For example, show -the IDs: - - $ timew summary :week :ids - -Then having selected '@2' as the interval you wish to fill: - - $ timew fill @2 - -Note that you can fill multiple intervals: - - $ timew fill @2 @10 @23 - -See also 'hints'. - .TP .B timew gaps [] [ ...] Displays a summary of time that is neither tracked nor excluded from tracking.