summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-18 10:27:16 -0400
committerGitHub <noreply@github.com>2022-04-18 10:27:16 -0400
commitcc4bc25bd0093dada976c5d0ea71d14c7a4c9a14 (patch)
treef64df94e4551f3c2a72bffebdfb4986f127b9dd6 /docs/source
parent667dae3b8dc4d474184e9628c9f73c0262d0cb40 (diff)
parent99bcd659593970de4b2fd9c6ba0e3c4423f2788d (diff)
downloadpodman-cc4bc25bd0093dada976c5d0ea71d14c7a4c9a14.tar.gz
podman-cc4bc25bd0093dada976c5d0ea71d14c7a4c9a14.tar.bz2
podman-cc4bc25bd0093dada976c5d0ea71d14c7a4c9a14.zip
Merge pull request #13898 from baude/machinelistquiet
Add --quiet to machine ls
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-machine-list.1.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-list.1.md b/docs/source/markdown/podman-machine-list.1.md
index d1333f1e2..0c5310463 100644
--- a/docs/source/markdown/podman-machine-list.1.md
+++ b/docs/source/markdown/podman-machine-list.1.md
@@ -47,7 +47,12 @@ Print usage statement.
#### **--noheading**
-Omit the table headings from the listing of pods.
+Omit the table headings from the listing of machines
+
+#### **--quiet**, **-q**
+
+Only print the name of the machine. This also implies no table heading
+is printed.
## EXAMPLES