Skip to content

Commit

Permalink
typo "relaod" > "reload"
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkiffie authored Jul 12, 2017
1 parent 4961a63 commit 68f75d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you want to update them, you must use `--update-env` :
Use `pm2 reload ecosystem.json --update-env`

- You want to pick-up the `ecosystem.json` changes for only one application ?
Use `pm2 relaod ecosystem.json --update-env --only myapp`
Use `pm2 reload ecosystem.json --update-env --only myapp`

- You want to inject a new environment variable to a process (for example `DEBUG`):
Use `DEBUG=* pm2 reload myapp --update-env`
Expand Down

0 comments on commit 68f75d2

Please sign in to comment.