Remove empty lines at end of file

This commit is contained in:
Thomas Lauf 2018-06-24 10:34:22 +02:00
parent bf9d4d3d68
commit 81056986ab
5 changed files with 5 additions and 8 deletions

View file

@ -17,4 +17,4 @@ Supports filtering.
For example:
.
$ timew export from 2016-01-01 for 3wks tag1
.
.

View file

@ -28,4 +28,4 @@ For example:
$ timew help date
$ timew help duration
$ timew help dom
.
.

View file

@ -23,5 +23,4 @@ The 'report' command itself is optional, which means that these two commands are
$ timew report foo :week
$ timew foo :week
.
This does however assume there is a 'foo' extension installed.
.
This does however assume there is a 'foo' extension installed.

View file

@ -11,5 +11,4 @@ timew-tags \- display a list of tags
.
.SH DESCRIPTION
Displays all the tags that have been used by default.
When a filter is specified, shows only the tags that were used during that time.
.
When a filter is specified, shows only the tags that were used during that time.

View file

@ -20,5 +20,4 @@ For example:
$ 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.
.
If a closed interval is not provided, the 'track' command behaves the same as the 'start' command.