diff options
Diffstat (limited to 'docs/source/markdown/podman-pod-start.1.md')
-rw-r--r-- | docs/source/markdown/podman-pod-start.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-pod-start.1.md b/docs/source/markdown/podman-pod-start.1.md index 78656b954..40a71d879 100644 --- a/docs/source/markdown/podman-pod-start.1.md +++ b/docs/source/markdown/podman-pod-start.1.md @@ -12,15 +12,15 @@ to be started. ## OPTIONS -#### **\-\-all**, **-a** +#### **--all**, **-a** Starts all pods -#### **\-\-latest**, **-l** +#### **--latest**, **-l** Instead of providing the pod name or ID, start the last created pod. (This option is not available with the remote Podman client) -#### **\-\-pod-id-file** +#### **--pod-id-file** Read pod ID from the specified file and start the pod. Can be specified multiple times. |