summaryrefslogtreecommitdiff
path: root/docs/podman-ps.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-ps.1.md')
-rw-r--r--docs/podman-ps.1.md17
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/podman-ps.1.md b/docs/podman-ps.1.md
index f708c7d74..0ec39f5ac 100644
--- a/docs/podman-ps.1.md
+++ b/docs/podman-ps.1.md
@@ -4,12 +4,7 @@
podman\-ps - Prints out information about containers
## SYNOPSIS
-**podman ps**
-[**--all**|**-a**]
-[**--no-trunc**]
-[**--quiet**|**-q**]
-[**--format**]
-[**--help**|**-h**]
+**podman ps** [*options*]
## DESCRIPTION
**podman ps** lists the running containers on the system. Use the **--all** flag to view
@@ -23,12 +18,6 @@ all the containers information. By default it lists:
* port mappings the container is using
* alternative names for the container
-**podman [GLOBAL OPTIONS]**
-
-**podman ps [GLOBAL OPTIONS]**
-
-**podman ps [OPTIONS]**
-
## OPTIONS
**--all, -a**
@@ -103,6 +92,10 @@ Valid filters are listed below:
| since | [ID] or [Name] Containers created since this container |
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
+**--help**, **-h**
+
+Print usage statement
+
## EXAMPLES
```