diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | mongotimer.1 | 4 | 
2 files changed, 6 insertions, 0 deletions
| @@ -16,6 +16,8 @@ DESCRIPTION  	Pressing r will restart the timer/stopwatch. +	Pressing q exits the application. +  	mongotimer is designed to be fit on most screens  	and be readable from all practical distances, so  	that it can be used in place of a standard wall- diff --git a/mongotimer.1 b/mongotimer.1 index fa5be0e..ae76660 100644 --- a/mongotimer.1 +++ b/mongotimer.1 @@ -20,6 +20,10 @@ Pressing  .B r  will restart the timer/stopwatch.  .PP +Pressing +.B q +exits the application. +.PP  .B mongotimer  is designed to be fit on most screens and be  readable from all practical distances, so that | 
