From 48b79a18a4b39d651af2c6f5fecab76e00f19b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Fri, 20 Oct 2017 15:40:54 +0200 Subject: [PATCH] Cherry-pick 35a8c81 --- docs/healthchecks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/healthchecks.md b/docs/healthchecks.md index 4f93d032..dbdd6a57 100644 --- a/docs/healthchecks.md +++ b/docs/healthchecks.md @@ -57,7 +57,7 @@ name: healthchecks - unhealthy tasks are terminated (i.e. the service is restarted) - failed deployments can be rolled back automatically -
(by setting *at least* the flag `--update-failure action rollback`) +
(by setting *at least* the flag `--update-failure-action rollback`) ---