samg-timetrap 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/timetrap.rb +2 -2
- metadata +1 -1
data/lib/timetrap.rb
CHANGED
|
@@ -20,12 +20,12 @@ Timetrap - Simple Time Tracking
|
|
|
20
20
|
Usage: #{File.basename $0} COMMAND [OPTIONS] [ARGS...]
|
|
21
21
|
|
|
22
22
|
where COMMAND is one of:
|
|
23
|
-
* alter - alter
|
|
23
|
+
* alter - alter an entry's note, start, or end time. Defaults to the active entry
|
|
24
24
|
usage: t alter [--id ID] [--start TIME] [--end TIME] [NOTES]
|
|
25
25
|
-i, --id <id:i> Alter entry with id <id> instead of the running entry
|
|
26
26
|
-s, --start <time:qs> Change the start time to <time>
|
|
27
27
|
-e, --end <time:qs> Change the end time to <time>
|
|
28
|
-
* backend - open an
|
|
28
|
+
* backend - open an sqlite shell to the database
|
|
29
29
|
usage: t backend
|
|
30
30
|
* display - display the current timesheet
|
|
31
31
|
usage: t display [--ids] [TIMESHEET]
|