summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99e8882..f5dd26c 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ sudo mv timr /usr/local/bin/
* `timr start`: Starts the timer. If the timer was previously stopped, it will resume from where it left off.
* `timr stop` or `timr pause`: Stops or pauses the timer. The elapsed time will be saved.
+* `timr cont` or `timr continue`: Continues the stopped timer.
* `timr status`: Shows the current status of the timer (running or stopped) and the total elapsed time.
* `timr status raw`: Shows the current elapsed time in seconds, in a raw format.
* `timr status rawm`: Shows the current elapsed time in minutes, in a raw format.