diff options
| author | felix <felix@seconddrawer.com.au> | 2011-05-17 01:46:10 +0000 |
|---|---|---|
| committer | felix <felix@seconddrawer.com.au> | 2011-05-17 01:46:10 +0000 |
| commit | 560977988e2ad562dc84dcbc19452db8222c9371 (patch) | |
| tree | b8f894f464d848a6954cabfa8ca76a16c8d8abad /bin | |
| parent | b7c31d0f6b959ec0b6cadbfd7d21f0420cf4ba2f (diff) | |
| download | timetrackr-560977988e2ad562dc84dcbc19452db8222c9371.tar.gz timetrackr-560977988e2ad562dc84dcbc19452db8222c9371.tar.bz2 | |
period fix
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/timetrackr | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/timetrackr b/bin/timetrackr index 7baee6b..cc4e6e9 100755 --- a/bin/timetrackr +++ b/bin/timetrackr @@ -24,10 +24,11 @@ def show_help Available commands: - start [task] start a task (default is 'default') - stop TASK stop a task ('all' for all) + start [task] start a task + stop [task] stop a task (or 'all') switch TASK switch tasks - time [task] show time for a task ('all' for all) + time [task] show time for a task (or 'all') + log [task] show time log for a task (or 'all') Global options -h --help show this help |
