From a05f3a49fd6eeb4a6caa2a3c845119ab36cbe586 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 30 Jan 2019 15:31:04 +0000 Subject: Add support for short option -s in podman inspect docker inspect supports a short -s option for --size. Signed-off-by: Daniel J Walsh --- docs/podman-inspect.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3-54-g00ecf