From c32f006d764c1c1def99769842b13fd278c83e7c Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Thu, 2 Feb 2017 14:05:36 +0300 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2eae8c7..809102e 100644 --- a/readme.md +++ b/readme.md @@ -176,7 +176,7 @@ defined both as global and as per-command options. To export a Procfile you should run ```bash -sudo upstart-export -p ./myprocfile -f format myapp +sudo init-exporter -p ./myprocfile -f format myapp ``` Where `myapp` is the application name. This name only affects the names of generated files. For security purposes, app name is also allowed to contain only letters, digits and underscores. @@ -221,7 +221,7 @@ sudo stop fb-myapp To remove init scripts and helpers for a particular application you can run ```bash -sudo init-export -u -f upstart myapp +sudo init-exporter -u -f upstart myapp ``` The logs are not cleared in this case. Also, all old application scripts are cleared before each export.