diff options
author | haircommander <pehunt@redhat.com> | 2018-07-19 14:58:48 -0400 |
---|---|---|
committer | haircommander <pehunt@redhat.com> | 2018-07-20 08:44:44 -0400 |
commit | 17f257140eaecbe39f679d27df85573eb15a7d51 (patch) | |
tree | 0cffee6b81f006b89ca01c08148e17711acf532b /docs/podman-pod-rm.1.md | |
parent | ba1871dac033783ab0329c9b3c9113a34a90992f (diff) | |
download | podman-17f257140eaecbe39f679d27df85573eb15a7d51.tar.gz podman-17f257140eaecbe39f679d27df85573eb15a7d51.tar.bz2 podman-17f257140eaecbe39f679d27df85573eb15a7d51.zip |
Added pod start and stop
As well as added tests, man pages, and completions.
Also reformatted and refactored a couple of other small things in the other pod commands.
Signed-off-by: haircommander <pehunt@redhat.com>
Diffstat (limited to 'docs/podman-pod-rm.1.md')
-rw-r--r-- | docs/podman-pod-rm.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-pod-rm.1.md b/docs/podman-pod-rm.1.md index 3b571ee9a..834e0d0bb 100644 --- a/docs/podman-pod-rm.1.md +++ b/docs/podman-pod-rm.1.md @@ -17,7 +17,7 @@ Remove all pods. Can be used in conjunction with \-f as well. **--latest, -l** -Instead of providing the pod name or ID, use the last created pod. +Instead of providing the pod name or ID, remove the last created pod. **--force, f** |