diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-25 07:25:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 07:25:42 -0500 |
commit | 534c4881b51b1bffaac1afcfbcfdc0dde09ccdb4 (patch) | |
tree | 450ceb6e6e857211a49a3e94abff2fb1613e35ad /docs/source/markdown/podman-create.1.md | |
parent | 00fa677a5546868b046fc712a54039c89fcc42d3 (diff) | |
parent | 42e1c298162b0ad465b10d06617d15be9548a66d (diff) | |
download | podman-534c4881b51b1bffaac1afcfbcfdc0dde09ccdb4.tar.gz podman-534c4881b51b1bffaac1afcfbcfdc0dde09ccdb4.tar.bz2 podman-534c4881b51b1bffaac1afcfbcfdc0dde09ccdb4.zip |
Merge pull request #13000 from eriksjolund/fix_typos_and_improve_language_2
[CI:DOCS] Fix typos and improve language (add 3 missing)
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index ea3003d09..f14098bcd 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -369,7 +369,7 @@ Note: the **--gidmap** flag cannot be called in conjunction with the **--pod** f #### **--group-add**=*group|keep-groups* -Add additional groups to assign to primary user running within the container process. +Assign additional groups to the primary user running within the container process. - `keep-groups` is a special flag that tells Podman to keep the supplementary group access. |