diff options
Diffstat (limited to 'docs/podman-pod.1.md')
-rw-r--r-- | docs/podman-pod.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-pod.1.md b/docs/podman-pod.1.md index f28b2271b..b3d002a06 100644 --- a/docs/podman-pod.1.md +++ b/docs/podman-pod.1.md @@ -11,7 +11,7 @@ podman pod is a set of subcommands that manage pods, or groups of containers. ## SUBCOMMANDS -| Command | Man Page | Description | +| Command | Man Page | Description | | ------- | ------------------------------------------------- | --------------------------------------------------------------------------------- | | create | [podman-pod-create(1)](podman-pod-create.1.md) | Create a new pod. | | exists | [podman-pod-exists(1)](podman-pod-exists.1.md) | Check if a pod exists in local storage. | |