aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-23 20:57:51 +0200
committerGitHub <noreply@github.com>2022-09-23 20:57:51 +0200
commit4d475ae87bd67cc94f89d6ed63c0b06ac84315a1 (patch)
tree8775c52818b8939bbffcdae8b4131673e4f1a131 /docs
parentf658bbd230ed9cf6fbdabf5ddab5cfcf8f224636 (diff)
parentdc05d1212c41d34f23d12cf1957917f5ce022f26 (diff)
downloadpodman-4d475ae87bd67cc94f89d6ed63c0b06ac84315a1.tar.gz
podman-4d475ae87bd67cc94f89d6ed63c0b06ac84315a1.tar.bz2
podman-4d475ae87bd67cc94f89d6ed63c0b06ac84315a1.zip
Merge pull request #15873 from ashley-cui/prettysecrets
Add --pretty to podman secret inspect
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-secret-inspect.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-secret-inspect.1.md b/docs/source/markdown/podman-secret-inspect.1.md
index 77d9276bd..b5bcd2b92 100644
--- a/docs/source/markdown/podman-secret-inspect.1.md
+++ b/docs/source/markdown/podman-secret-inspect.1.md
@@ -34,6 +34,10 @@ Format secret output using Go template.
Print usage statement.
+#### **--pretty**
+
+Print inspect output in human-readable format
+
## EXAMPLES