diff options
author | Teddy Wing | 2017-06-04 01:55:58 +0200 |
---|---|---|
committer | Teddy Wing | 2017-06-04 01:55:58 +0200 |
commit | 48c53b17b4d77ef2a094eb3fc3bf163e0ca75b29 (patch) | |
tree | 60484ef875f34017fcc81fe674ddd756437c7e0c /README.md | |
parent | bd8fff1d37a48e8fba4559f7fd34f6c2af507806 (diff) | |
download | timetasker-48c53b17b4d77ef2a094eb3fc3bf163e0ca75b29.tar.bz2 |
README: Improve readability of command line example
Split the example code onto multiple lines to improve readability.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,9 @@ Here we set a custom time of 4.5 hours: Now we specify a date and add a description: - $ timetasker --project example --date 2017-05-31 --description "Worked on Timetasker" + $ timetasker --project example \ + > --date 2017-05-31 \ + > --description "Worked on Timetasker" And because it's a shell command, we can combine it with other commands. Let's create a week's worth of time entries starting on Monday May 29th, 2017: |