samg-timetrap 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/timetrap.rb +2 -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 the description of the active period
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 the backend's interactive shell
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]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samg-timetrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Goldstein