Update transfer.md

Fix errant ']' in formatting

Signed-off-by: Lukas Berk <lberk@redhat.com>
This commit is contained in:
Lukas Berk
2018-07-18 10:13:20 -04:00
parent 689bc200dd
commit 5f3d6a0222

View File

@ -58,7 +58,7 @@ There are other equivalents for these tools
| `docker pull` | [`podman pull`](./docs/podman-pull.1.md) |
| `docker push` | [`podman push`](./docs/podman-push.1.md) |
| `docker port` | [`podman port`](./docs/podman-port.1.md) |
| `docker restart` | [`podman restart`](./docs/podman-restart.1.md)] |
| `docker restart` | [`podman restart`](./docs/podman-restart.1.md) |
| `docker rm` | [`podman rm`](./docs/podman-rm.1.md) |
| `docker rmi` | [`podman rmi`](./docs/podman-rmi.1.md) |
| `docker run` | [`podman run`](./docs/podman-run.1.md) |