summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2022-04-16 08:50:41 -0500
committerBrent Baude <bbaude@redhat.com>2022-04-16 08:54:56 -0500
commit99bcd659593970de4b2fd9c6ba0e3c4423f2788d (patch)
tree0a699a611e80a2050d6bb715988dedbe9b0a4dc1 /docs
parent25eeaec219ccc49dcb35e098afaed7d7987cbee1 (diff)
downloadpodman-99bcd659593970de4b2fd9c6ba0e3c4423f2788d.tar.gz
podman-99bcd659593970de4b2fd9c6ba0e3c4423f2788d.tar.bz2
podman-99bcd659593970de4b2fd9c6ba0e3c4423f2788d.zip
Add --quiet to machine ls
The podman machine ls command would benefit from a --quiet flag which would only print the machine names without the extra information. It also implies --noheader as well. This can be helpful for scripting with the podman cli. Signed-off-by: Brent Baude <bbaude@redhat.com> [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'docs')
-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