diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-01-22 09:31:17 -0500 |
---|---|---|
committer | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-01-22 10:02:06 -0500 |
commit | a78658a11a132c38a735efea59d56aeb6c39c783 (patch) | |
tree | e867a954e2144972bbf3dce1b09b7b95a0f409e1 /docs | |
parent | 55abb6d3fa9afa26d9ce3af0106cabc39047cc2e (diff) | |
download | podman-a78658a11a132c38a735efea59d56aeb6c39c783.tar.gz podman-a78658a11a132c38a735efea59d56aeb6c39c783.tar.bz2 podman-a78658a11a132c38a735efea59d56aeb6c39c783.zip |
markdown: reword 'podman-inspect' to properly explain '--size'
Reword the man page to clarify that the '--size' option displays
the container size in addition to the normal output.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-inspect.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-inspect.1.md b/docs/source/markdown/podman-inspect.1.md index ad4d0659e..4998772c3 100644 --- a/docs/source/markdown/podman-inspect.1.md +++ b/docs/source/markdown/podman-inspect.1.md @@ -36,7 +36,7 @@ The latest option is not supported on the remote client or when invoked as *podm **--size**, **-s** -Display the total file size if the type is a container +In addition to normal output, display the total file size if the type is a container. ## EXAMPLE |