diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index 5565c3ff..919cccc4 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -215,6 +215,21 @@ See also 'summary', 'tag', 'untag', 'lengthen'. Displays the effective configuration, in hierarchical form. See also 'config'. +.TP +.B timew split @ [@ ...] +Š…plits an interval into two equally sized, adjacent intervals, with the same +tags. Using the 'summary' command, and specifying the ':ids' hint shows interval + IDs. Using the right ID, you can identify an interval to split. For example, +show the IDs: + + $ timew summary :week :ids + +Then having selected '@2' as the interval you wish to split: + + $ timew split @2 + +See also 'lengthen', 'shorten'. + .TP .B timew start [] [ ...] Begins tracking using the current time, and the specified optional set of tags.