Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(applications): fixup --headers usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jan 11, 2017
1 parent 954f425 commit 0d647e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/managing-app-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ URL path relative to the root, you can also send specific HTTP headers:
```
$ deis healthchecks:set liveness httpGet 80 \
--path /welcome/index.html \
--header "X-Client-Version=v1.0"
--headers "X-Client-Version:v1.0,X-Foo:bar"
=== peachy-waxworks Healthchecks
web/cmd:
Expand Down

0 comments on commit 0d647e5

Please sign in to comment.