diff options
Diffstat (limited to 'docs/podman-exec.1.md')
-rw-r--r-- | docs/podman-exec.1.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/podman-exec.1.md b/docs/podman-exec.1.md index ec87eef84..910b68339 100644 --- a/docs/podman-exec.1.md +++ b/docs/podman-exec.1.md @@ -4,10 +4,7 @@ podman\-exec - Execute a command in a running container ## SYNOPSIS -**podman exec** -**CONTAINER** -[COMMAND] [ARG...] -[**--help**|**-h**] +**podman exec** *container* [*options*] [*command* [*arg* ...]] ## DESCRIPTION **podman exec** executes a command in a running container. |