fix podman-pod-restart.1.md typo
Small typographical error: "an restarted" -> "and restarted" Signed-off-by: Chad Dougherty <crd@acm.org>
This commit is contained in:
parent
8b6ae877ae
commit
dc68a47d7a
|
@ -7,7 +7,7 @@ podman\-pod\-restart - Restart one or more pods
|
||||||
**podman pod restart** [*options*] *pod* ...
|
**podman pod restart** [*options*] *pod* ...
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
Restart containers in one or more pods. Running containers are stopped an restarted.
|
Restart containers in one or more pods. Running containers are stopped and restarted.
|
||||||
Stopped containers are started. You may use pod IDs or names as input.
|
Stopped containers are started. You may use pod IDs or names as input.
|
||||||
The pod ID is printed upon successful restart.
|
The pod ID is printed upon successful restart.
|
||||||
When restarting multiple pods, an error from restarting one pod does not effect restarting other pods.
|
When restarting multiple pods, an error from restarting one pod does not effect restarting other pods.
|
||||||
|
|
Loading…
Reference in New Issue