diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-31 17:21:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-31 17:21:06 -0700 |
commit | cd35e20772a324e5dd247496705bef57b9da752d (patch) | |
tree | e1a67e0267bce807e2d06e73b927bb4ac6a14b4d /docs | |
parent | 056d2faa08a2e8c6a2a78e6d0554e9d7916db9ed (diff) | |
parent | 1f78a80bf175a83bb91416b0a825b28796b4bb27 (diff) | |
download | podman-cd35e20772a324e5dd247496705bef57b9da752d.tar.gz podman-cd35e20772a324e5dd247496705bef57b9da752d.tar.bz2 podman-cd35e20772a324e5dd247496705bef57b9da752d.zip |
Merge pull request #2812 from rpjday/topic/rpjday/missing_option_hyphen
docs/podman-inspect.1.md: add missing option hyphen for "-t"
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 712891ad6..8b67c7dac 100644 --- a/docs/podman-inspect.1.md +++ b/docs/podman-inspect.1.md @@ -17,7 +17,7 @@ unspecified type. If a format is specified, the given template will be executed ## OPTIONS -**--type, t="TYPE"** +**--type, -t="TYPE"** Return JSON for the specified type. Type can be 'container', 'image' or 'all' (default: all) (Only meaningful when invoked as *podman inspect*) |