diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index 42616d01..2997116d 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -205,7 +205,7 @@ filtering, or shortcut hints: The ':ids' hint adds an 'IDS' column to the summary report output, for interval modification. -See also 'day', 'week', 'month', 'tag'. +See also 'day', 'week', 'month', 'tag', 'untag'. .TP .B timew tag @ [ ...] @@ -223,7 +223,7 @@ Note that you can tag multiple intervals, with multiple tags: $ timew tag @2 @10 @23 'Tag One' tag2 tag3 -See also 'summary'. +See also 'summary', 'untag'. .TP .B timew tags @@ -241,6 +241,24 @@ Note that the track command expects a closed interval (start and end time), when recording. If a closed interval is not provided, the 'track' command behaves the same as the 'start' command. +.TP +.B timew untag @ [ ...] +The 'untag' command is used to remove a tag from an interval. Using the 'summary' +command, and specifying the ':ids' hint shows interval IDs. Using the right ID, +you can identify an interval to untag. For example, show the IDs: + + $ timew summary :week :ids + +Then having selected '@2' as the interval you wish to untag: + + $ timew untag @2 'Old Tag' + +Note that you can untag multiple intervals, with multiple tags: + + $ timew untag @2 @10 @23 'Old Tag' tag2 tag3 + +See also 'summary', 'tag'. + .TP .B timew week [] [ ...] The week command shows a chart depicting a single week (current week by