From 5711aabb4d9d705a09085eb6e324ee5dae8ed487 Mon Sep 17 00:00:00 2001 From: Marco Vedovati Date: Fri, 30 Aug 2019 15:55:59 +0200 Subject: cli-flags: use a consistent format for Use a consistent format for description of the flags. Also, avoid backticks for /dev/shm, as that's interpreted as the format by the flag parsing lib. Signed-off-by: Marco Vedovati --- docs/podman-build.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/podman-build.1.md') diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md index 74c07ab73..20f4d6aab 100644 --- a/docs/podman-build.1.md +++ b/docs/podman-build.1.md @@ -281,7 +281,7 @@ with 3 being roughly equivalent to using the global *--debug* option, and values below 0 omitting even error messages which accompany fatal errors. **--memory**, **-m**=*LIMIT* -Memory limit (format: [], where unit = b, k, m or g) +Memory limit (format: [], where unit = b (bytes), k (kilobytes), m (megabytes), or g (gigabytes)) Allows you to constrain the memory available to a container. If the host supports swap memory, then the **-m** memory setting can be larger than physical -- cgit v1.2.3-54-g00ecf