Skip to content

Commit

Permalink
Merge pull request #5 from funbox/develop
Browse files Browse the repository at this point in the history
Readme fixes
  • Loading branch information
andyone authored Feb 2, 2017
2 parents c60ad20 + 5d6868e commit 82db9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 82db9d1

Please sign in to comment.