diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-30 15:31:04 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-30 15:31:19 +0000 |
commit | a05f3a49fd6eeb4a6caa2a3c845119ab36cbe586 (patch) | |
tree | 04a5da618e0b48c9ebf62fcc9630e9f26bf73310 /docs/podman-inspect.1.md | |
parent | b71088a01e1e43b87214aaca87c73865fa3b990e (diff) | |
download | podman-a05f3a49fd6eeb4a6caa2a3c845119ab36cbe586.tar.gz podman-a05f3a49fd6eeb4a6caa2a3c845119ab36cbe586.tar.bz2 podman-a05f3a49fd6eeb4a6caa2a3c845119ab36cbe586.zip |
Add support for short option -s in podman inspect
docker inspect supports a short -s option for --size.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/podman-inspect.1.md')
-rw-r--r-- | docs/podman-inspect.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-inspect.1.md b/docs/podman-inspect.1.md index 7bdbcc662..b01bc0f4e 100644 --- a/docs/podman-inspect.1.md +++ b/docs/podman-inspect.1.md @@ -27,7 +27,7 @@ The keys of the returned JSON can be used as the values for the --format flag (s Instead of providing the container name or ID, use the last created container. If you use methods other than Podman to run containers such as CRI-O, the last started container could be from either of those methods. -**--size** +**--size, -s** Display the total file size if the type is a container |