summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-22 15:46:47 -0400
committerGitHub <noreply@github.com>2022-08-22 15:46:47 -0400
commit51d4b88ce976708de88ce041a03d6d65dd4c8d0e (patch)
tree8f358e694b159f48352d3fd3df39696c98177999 /docs/source/markdown
parentaefd0aed3990848e77b706d673c23108092594a0 (diff)
parenteee0ec97e8eb7436208b7852e7e9ee5974384395 (diff)
downloadpodman-51d4b88ce976708de88ce041a03d6d65dd4c8d0e.tar.gz
podman-51d4b88ce976708de88ce041a03d6d65dd4c8d0e.tar.bz2
podman-51d4b88ce976708de88ce041a03d6d65dd4c8d0e.zip
Merge pull request #15392 from ashley-cui/quiet
Add quiet/q flag to podman secret ls
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-secret-ls.1.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-secret-ls.1.md b/docs/source/markdown/podman-secret-ls.1.md
index 3b8535b5d..dcd10c9cf 100644
--- a/docs/source/markdown/podman-secret-ls.1.md
+++ b/docs/source/markdown/podman-secret-ls.1.md
@@ -30,7 +30,11 @@ Format secret output using Go template.
#### **--noheading**
-Omit the table headings from the listing of secrets. .
+Omit the table headings from the listing of secrets.
+
+#### **--quiet**, **-q**
+
+Print secret IDs only.
## EXAMPLES