diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-14 21:50:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 21:50:21 +0200 |
commit | bb4872e2f6602950f5852c34e95444acc3623f21 (patch) | |
tree | 9c8197ddff683f6f56d5f577d4cfef6554b2710d /docs/source/markdown/podman-exec.1.md.in | |
parent | 9b6cb7e80f98df9725686d849ae9a5ca69858f4d (diff) | |
parent | f76390d5e60bb580b87d61df839b7bb4913bf476 (diff) | |
download | podman-bb4872e2f6602950f5852c34e95444acc3623f21.tar.gz podman-bb4872e2f6602950f5852c34e95444acc3623f21.tar.bz2 podman-bb4872e2f6602950f5852c34e95444acc3623f21.zip |
Merge pull request #15809 from edsantiago/docs_dedup_user
[CI:DOCS] Man pages: refactor common options: --user
Diffstat (limited to 'docs/source/markdown/podman-exec.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-exec.1.md.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/markdown/podman-exec.1.md.in b/docs/source/markdown/podman-exec.1.md.in index a3931df1d..8198c319e 100644 --- a/docs/source/markdown/podman-exec.1.md.in +++ b/docs/source/markdown/podman-exec.1.md.in @@ -44,11 +44,7 @@ to run containers such as CRI-O, the last started container could be from either @@option tty -#### **--user**, **-u** - -Sets the username or UID used and optionally the groupname or GID for the specified command. -The following examples are all valid: ---user [user | user:group | uid | uid:gid | user:gid | uid:group ] +@@option user @@option workdir |