diff --git a/docs/source/markdown/podman-auto-update.1.md.in b/docs/source/markdown/podman-auto-update.1.md.in index 5ee2cad45f..1963867362 100644 --- a/docs/source/markdown/podman-auto-update.1.md.in +++ b/docs/source/markdown/podman-auto-update.1.md.in @@ -58,15 +58,15 @@ The `UPDATED` field indicates the availability of a new image with "pending". Change the default output format. This can be of a supported type like 'json' or a Go template. Valid placeholders for the Go template are listed below: -| **Placeholder** | **Description** | -| --------------- | -------------------------------------- | -| .Container | ID and name of the container | -| .ContainerID | ID of the container | -| .ContainerName | Name of the container | -| .Image | Name of the image | -| .Policy | Auto-update policy of the container | -| .Unit | Name of the systemd unit | -| .Updated | Update status: true,false,failed | +| **Placeholder** | **Description** | +| --------------- | ---------------------------------------- | +| .Container | ID and name of the container | +| .ContainerID | ID of the container | +| .ContainerName | Name of the container | +| .Image | Name of the image | +| .Policy | Auto-update policy of the container | +| .Unit | Name of the systemd unit | +| .Updated | Update status: true,false,failed,pending | #### **--rollback**