diff options
author | Ryan Whalen <rj.whalen@gmail.com> | 2019-08-30 13:34:36 -0400 |
---|---|---|
committer | Ryan Whalen <rj.whalen@gmail.com> | 2019-08-30 13:34:36 -0400 |
commit | 1a9ea04c7fff82fcdb7bbd7383ff5e4518840ef7 (patch) | |
tree | 27cdab6df4eece37b004c3623e806f4a78a6c2ac | |
parent | 6b7f8b01b91c1597a8b3b06ec4386812e13d843c (diff) | |
download | podman-1a9ea04c7fff82fcdb7bbd7383ff5e4518840ef7.tar.gz podman-1a9ea04c7fff82fcdb7bbd7383ff5e4518840ef7.tar.bz2 podman-1a9ea04c7fff82fcdb7bbd7383ff5e4518840ef7.zip |
Fix table spacing
Signed-off-by: Ryan Whalen <rj.whalen@gmail.com>
-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. | |