diff options
author | Ryan Whalen <rj.whalen@gmail.com> | 2019-08-30 12:06:22 -0400 |
---|---|---|
committer | Ryan Whalen <rj.whalen@gmail.com> | 2019-08-30 12:47:24 -0400 |
commit | 2d95ede7a2b85bdced1d7f6e0cf5302f7b5cfda6 (patch) | |
tree | 5a412c8b1cfb8df58fb5a32791b54b9e2ee4760f | |
parent | e35a5a674db5b1369b6c295d8f694ad4694eab8e (diff) | |
download | podman-2d95ede7a2b85bdced1d7f6e0cf5302f7b5cfda6.tar.gz podman-2d95ede7a2b85bdced1d7f6e0cf5302f7b5cfda6.tar.bz2 podman-2d95ede7a2b85bdced1d7f6e0cf5302f7b5cfda6.zip |
podman-remote is not a subcommand
Signed-off-by: Ryan Whalen <rj.whalen@gmail.com>
-rw-r--r-- | docs/podman.1.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index 1a469caf7..742d94bd5 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -169,7 +169,6 @@ the exit codes follow the `chroot` standard, see below: | [podman-ps(1)](podman-ps.1.md) | Prints out information about containers. | | [podman-pull(1)](podman-pull.1.md) | Pull an image from a registry. | | [podman-push(1)](podman-push.1.md) | Push an image from local storage to elsewhere. | -| [podman-remote(1)](podman-remote.1.md) | A tool for remote management of pods, containers and images | | [podman-restart(1)](podman-restart.1.md) | Restart one or more containers. | | [podman-rm(1)](podman-rm.1.md) | Remove one or more containers. | | [podman-rmi(1)](podman-rmi.1.md) | Removes one or more locally stored images. | |