Explorar o código

Merge pull request #14267 from ankushagarwal/memory-swap-docs

Typo in memory-swap flag
moxiegirl %!s(int64=10) %!d(string=hai) anos
pai
achega
90024b952c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/run.md

+ 1 - 1
docs/reference/run.md

@@ -506,7 +506,7 @@ The operator can also adjust the performance parameters of the
 container:
 container:
 
 
     -m, --memory="": Memory limit (format: <number><optional unit>, where unit = b, k, m or g)
     -m, --memory="": Memory limit (format: <number><optional unit>, where unit = b, k, m or g)
-    -memory-swap="": Total memory limit (memory + swap, format: <number><optional unit>, where unit = b, k, m or g)
+    --memory-swap="": Total memory limit (memory + swap, format: <number><optional unit>, where unit = b, k, m or g)
     -c, --cpu-shares=0: CPU shares (relative weight)
     -c, --cpu-shares=0: CPU shares (relative weight)
     --cpu-period=0: Limit the CPU CFS (Completely Fair Scheduler) period
     --cpu-period=0: Limit the CPU CFS (Completely Fair Scheduler) period
     --cpuset-cpus="": CPUs in which to allow execution (0-3, 0,1)
     --cpuset-cpus="": CPUs in which to allow execution (0-3, 0,1)