diff options
Diffstat (limited to 'docs/source/markdown/podman-pod-restart.1.md')
-rw-r--r-- | docs/source/markdown/podman-pod-restart.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-pod-restart.1.md b/docs/source/markdown/podman-pod-restart.1.md index 15261d5aa..65d05f977 100644 --- a/docs/source/markdown/podman-pod-restart.1.md +++ b/docs/source/markdown/podman-pod-restart.1.md @@ -14,11 +14,11 @@ When restarting multiple pods, an error from restarting one pod will not effect ## OPTIONS -#### **\-\-all**, **-a** +#### **--all**, **-a** Restarts all pods -#### **\-\-latest**, **-l** +#### **--latest**, **-l** Instead of providing the pod name or ID, restart the last created pod. (This option is not available with the remote Podman client) |