Fix the lines.

This commit is contained in:
Barak Michener 2013-09-01 16:17:26 -04:00
parent e733a83aff
commit f5eb6e2d4b

View file

@ -20,9 +20,11 @@ And assuming you have g++ and a unixy system, it will just work. Nothing special
#### Usage #### Usage
If you try If you try
``` ```
./tpom ./tpom
``` ```
You'll see a blank line. This is because the timer isn't running. Try You'll see a blank line. This is because the timer isn't running. Try
``` ```
@ -30,11 +32,14 @@ You'll see a blank line. This is because the timer isn't running. Try
``` ```
To start the daemon for a default of 25 minutes. If you want a different amount of time try one of: To start the daemon for a default of 25 minutes. If you want a different amount of time try one of:
``` ```
./tpom start -s 90 ./tpom start -s 90
./tpom start -m 15 ./tpom start -m 15
``` ```
For 90 seconds or 15 minutes, respectively. Now that it's running, run For 90 seconds or 15 minutes, respectively. Now that it's running, run
``` ```
./tpom ./tpom
``` ```