summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAshley Cui <acui@redhat.com>2022-08-19 16:38:49 -0400
committerAshley Cui <acui@redhat.com>2022-08-22 09:13:00 -0400
commiteee0ec97e8eb7436208b7852e7e9ee5974384395 (patch)
treeeb66a474eb9194049859bf59e463fd079b9dd045 /docs
parent351028b1ac87851fc084b8b5e09eb80660e6bb5a (diff)
downloadpodman-eee0ec97e8eb7436208b7852e7e9ee5974384395.tar.gz
podman-eee0ec97e8eb7436208b7852e7e9ee5974384395.tar.bz2
podman-eee0ec97e8eb7436208b7852e7e9ee5974384395.zip
Add quiet/q flag to podman secret ls
Add quiet/q flag to podman secret ls, which will print only the secret ID. Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'docs')
-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