Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 10, 2012
1 parent 7668ab3 commit 25e9759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Expand Up @@ -40,7 +40,7 @@ Options:

The most simple use of `mon(1)` is to simply keep a command running:

```
```js
$ mon ./myprogram
mon : pid 50395
mon : child 50396
Expand All @@ -52,7 +52,7 @@ three

You may daemonize mon and disassociate from the term with `-d`:

```
```js
$ mon ./myprogram -d
mon : pid 50413
```
Expand All @@ -68,7 +68,7 @@ mon : pid 50413
the program is unstable, since it's exiting immediately, thus finally invoking
`./email.sh`, or any other script you like.

```
```js
mon "echo hey" --attempts 3 --on-error ./email.sh
mon : child 48386
mon : sh -c "echo hey"
Expand Down

0 comments on commit 25e9759

Please sign in to comment.