Put each sentence into separate line

This commit is contained in:
Thomas Lauf 2018-06-23 20:38:26 +02:00
parent e36f658f37
commit e048d63d15
27 changed files with 85 additions and 91 deletions

View file

@ -12,13 +12,13 @@ timew-track \- add intervals to the database
]
.
.SH DESCRIPTION
The track command is used to add tracked time in the past. Perhaps you forgot
to record time, or are just filling in old entries. For example:
The track command is used to add tracked time in the past.
Perhaps you forgot to record time, or are just filling in old entries.
For example:
.
$ timew track :yesterday 'Training Course'
$ timew track 9am - 11am 'Staff Meeting'
.
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.
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.
.