Skip to content

Commit

Permalink
podman_container.py: Fix typo in the documentation (containers#424)
Browse files Browse the repository at this point in the history
I believe "prefix" is what was meant here

Signed-off-by: Benjamin Schubert <[email protected]>
  • Loading branch information
BenjaminSchubert authored May 22, 2022
1 parent 20a982b commit 15dae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/podman_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
pod:
description:
- Run container in an existing pod.
If you want podman to make the pod for you, preference the pod name
If you want podman to make the pod for you, prefix the pod name
with "new:"
type: str
privileged:
Expand Down

0 comments on commit 15dae0d

Please sign in to comment.