diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-30 18:51:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 18:51:12 +0100 |
commit | d38da7b8bec55315697183305cd2412b6c9c5a82 (patch) | |
tree | 4bc945183128e78af1d98e455457a1d67b4b2718 /docs | |
parent | 68858211ce999bca0590dd4ced9d02e675bca9c6 (diff) | |
parent | a05f3a49fd6eeb4a6caa2a3c845119ab36cbe586 (diff) | |
download | podman-d38da7b8bec55315697183305cd2412b6c9c5a82.tar.gz podman-d38da7b8bec55315697183305cd2412b6c9c5a82.tar.bz2 podman-d38da7b8bec55315697183305cd2412b6c9c5a82.zip |
Merge pull request #2243 from rhatdan/size
Add support for short option -s in podman inspect
Diffstat (limited to 'docs')
-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 |