From 54010e5119efd52dbfbcf4a4f1da5c6f1002fa17 Mon Sep 17 00:00:00 2001 From: Karl Isenberg Date: Mon, 4 Jan 2016 15:40:56 -0800 Subject: [PATCH] Fix typo --- cluster/mesos/docker/common/bin/await-file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/mesos/docker/common/bin/await-file b/cluster/mesos/docker/common/bin/await-file index 1ac9f7a3a75..d0997c39cd4 100755 --- a/cluster/mesos/docker/common/bin/await-file +++ b/cluster/mesos/docker/common/bin/await-file @@ -16,7 +16,7 @@ # Wait for a file to exist in the filesystem. # Block up to the timeout duration in seconds (default: 10). -# Usage: await-health-check [-t=]
+# Usage: await-file [-t=]
# Requires: timeout, file set -o errexit