summaryrefslogtreecommitdiff
path: root/docs/podman-inspect.1.md
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2019-03-30 13:35:38 -0400
committerRobert P. J. Day <rpjday@crashcourse.ca>2019-03-30 13:35:38 -0400
commit1f78a80bf175a83bb91416b0a825b28796b4bb27 (patch)
tree0631386115ef2295879ce2c743411bffe64d35cf /docs/podman-inspect.1.md
parent833204d63bc01b52eed87b19911419169dfd97ad (diff)
downloadpodman-1f78a80bf175a83bb91416b0a825b28796b4bb27.tar.gz
podman-1f78a80bf175a83bb91416b0a825b28796b4bb27.tar.bz2
podman-1f78a80bf175a83bb91416b0a825b28796b4bb27.zip
docs/podman-inspect.1.md: add missing option hyphen for "-t"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'docs/podman-inspect.1.md')
-rw-r--r--docs/podman-inspect.1.md2
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*)