README.md in timetrap-1.7.0 vs README.md in timetrap-1.7.1

- old
+ new

@@ -63,11 +63,11 @@ $ t out Checked out of sheet "coding" You can edit entries that aren't running using `edit`'s `--id` or `-i` flag. -`t display --verbose` will tell you the ids. +`t display --ids` (or `t display -v`) will tell you the ids. $ # note id column in output $ t d -v Timesheet: coding Id Day Start End Duration Notes @@ -289,9 +289,16 @@ Stop the timer for the current timesheet. Must be called after in. Accepts an optional --at flag. Accepts an optional TIMESHEET name to check out of a running, non-current sheet. usage: ``t out [--at TIME] [TIMESHEET]`` + +**resume** + Start the timer for the current timesheet with the same notes as the last entry. + If there is no last entry the new one has blank notes ore uses the optional + NOTES parameter. + + usage: ``t resume [--at TIME] [NOTES]`` **sheet** Switch to a timesheet creating it if necessary. The default timesheet is called "default". When no sheet is specified list all existing sheets.