Browse code

Typo in memory-swap flag

Fixes #14253

Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com>

Ankush Agarwal authored on 2015/06/30 05:11:18
Showing 1 changed files
... ...
@@ -506,7 +506,7 @@ The operator can also adjust the performance parameters of the
506 506
 container:
507 507
 
508 508
     -m, --memory="": Memory limit (format: <number><optional unit>, where unit = b, k, m or g)
509
-    -memory-swap="": Total memory limit (memory + swap, format: <number><optional unit>, where unit = b, k, m or g)
509
+    --memory-swap="": Total memory limit (memory + swap, format: <number><optional unit>, where unit = b, k, m or g)
510 510
     -c, --cpu-shares=0: CPU shares (relative weight)
511 511
     --cpu-period=0: Limit the CPU CFS (Completely Fair Scheduler) period
512 512
     --cpuset-cpus="": CPUs in which to allow execution (0-3, 0,1)