From 52722c7f409dcf4ef86fb07c8fda2f9b29588e27 Mon Sep 17 00:00:00 2001 From: Ankush Agarwal Date: Mon, 29 Jun 2015 13:11:18 -0700 Subject: [PATCH] Typo in memory-swap flag Fixes #14253 Signed-off-by: Ankush Agarwal Upstream-commit: f7e239964852afae476462bcfbea7d4b62c17884 Component: cli --- components/cli/docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/run.md b/components/cli/docs/reference/run.md index 02830641d6..ba8e60721b 100644 --- a/components/cli/docs/reference/run.md +++ b/components/cli/docs/reference/run.md @@ -506,7 +506,7 @@ The operator can also adjust the performance parameters of the container: -m, --memory="": Memory limit (format: , where unit = b, k, m or g) - -memory-swap="": Total memory limit (memory + swap, format: , where unit = b, k, m or g) + --memory-swap="": Total memory limit (memory + swap, format: , where unit = b, k, m or g) -c, --cpu-shares=0: CPU shares (relative weight) --cpu-period=0: Limit the CPU CFS (Completely Fair Scheduler) period --cpuset-cpus="": CPUs in which to allow execution (0-3, 0,1)