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

Commit 0d647e5

Browse files
author
Matthew Fisher
committed
fix(applications): fixup --headers usage
1 parent 954f425 commit 0d647e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/managing-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ URL path relative to the root, you can also send specific HTTP headers:
137137
```
138138
$ deis healthchecks:set liveness httpGet 80 \
139139
--path /welcome/index.html \
140-
--header "X-Client-Version=v1.0"
140+
--headers "X-Client-Version:v1.0,X-Foo:bar"
141141
=== peachy-waxworks Healthchecks
142142
143143
web/cmd:

0 commit comments

Comments
 (0)