Fix the lines.
This commit is contained in:
parent
e733a83aff
commit
f5eb6e2d4b
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue