diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2019-03-30 13:35:38 -0400 |
---|---|---|
committer | Robert P. J. Day <rpjday@crashcourse.ca> | 2019-03-30 13:35:38 -0400 |
commit | 1f78a80bf175a83bb91416b0a825b28796b4bb27 (patch) | |
tree | 0631386115ef2295879ce2c743411bffe64d35cf /docs | |
parent | 833204d63bc01b52eed87b19911419169dfd97ad (diff) | |
download | podman-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')
-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*) |