Skip to content

Commit

Permalink
Merge pull request #926 from karbassi/patch-1
Browse files Browse the repository at this point in the history
Update ADVANCED_README.md
  • Loading branch information
soyuka committed Jan 8, 2015
2 parents 14b1fae + 2e0da5b commit 202cea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ADVANCED_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ $ pm2 start app.js --watch
```
If `--watch` is enabled, stopping it won't stop watching:
- `pm2 stop 0` 'll not stop watching
- `pm2 stop --watch 0` 'll stop watching
- `pm2 stop 0` will not stop watching
- `pm2 stop --watch 0` will stop watching
Restart toggle the `watch` parameter when triggered.
Expand Down

0 comments on commit 202cea8

Please sign in to comment.