From 2e0da5b11817c7c8db1c47cfc480dbb5340b5197 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Wed, 7 Jan 2015 16:17:22 -0600 Subject: [PATCH] Update ADVANCED_README.md --- ADVANCED_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ADVANCED_README.md b/ADVANCED_README.md index 263c2dd7b..485d6a614 100644 --- a/ADVANCED_README.md +++ b/ADVANCED_README.md @@ -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.