diff options
author | Ed Santiago <santiago@redhat.com> | 2022-09-14 10:52:47 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-14 12:32:30 -0600 |
commit | f76390d5e60bb580b87d61df839b7bb4913bf476 (patch) | |
tree | d71e39d7d33fbf493b366e269a9e257008c25c13 /docs/source/markdown/podman-exec.1.md.in | |
parent | 5d1144062a534b9ec504ee2866cc90ecea16358d (diff) | |
download | podman-f76390d5e60bb580b87d61df839b7bb4913bf476.tar.gz podman-f76390d5e60bb580b87d61df839b7bb4913bf476.tar.bz2 podman-f76390d5e60bb580b87d61df839b7bb4913bf476.zip |
Man pages: refactor common options: --user
In podman-create, exec, and run. Went with the podman-run version.
Signed-off-by: Ed Santiago <santiago@redhat.com>
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 |