diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-12-23 11:37:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 11:37:26 -0800 |
commit | 8fe30505acc1c58ab05771f2095ed3fd038c6df4 (patch) | |
tree | 3ca5ccc95628815f68aca01819e2a21809e18a73 /docs/links | |
parent | eb982193c5bb949ec75308e91d5698aebe4f9429 (diff) | |
parent | a22f00d4c58fdaba479405b38bac1508ef889c7e (diff) | |
download | podman-8fe30505acc1c58ab05771f2095ed3fd038c6df4.tar.gz podman-8fe30505acc1c58ab05771f2095ed3fd038c6df4.tar.bz2 podman-8fe30505acc1c58ab05771f2095ed3fd038c6df4.zip |
Merge pull request #2044 from rhatdan/list
Allow alias for list, ls, ps to work
Diffstat (limited to 'docs/links')
-rw-r--r-- | docs/links/podman-container-ps.1 | 1 | ||||
-rw-r--r-- | docs/links/podman-image-list.1 | 1 | ||||
-rw-r--r-- | docs/links/podman-list.1 | 1 | ||||
-rw-r--r-- | docs/links/podman-ls.1 | 1 | ||||
-rw-r--r-- | docs/links/podman-unmount.1 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/docs/links/podman-container-ps.1 b/docs/links/podman-container-ps.1 new file mode 100644 index 000000000..f7f44c704 --- /dev/null +++ b/docs/links/podman-container-ps.1 @@ -0,0 +1 @@ +.so man1/podman-ps.1 diff --git a/docs/links/podman-image-list.1 b/docs/links/podman-image-list.1 new file mode 100644 index 000000000..17d6ca880 --- /dev/null +++ b/docs/links/podman-image-list.1 @@ -0,0 +1 @@ +.so man1/podman-images.1 diff --git a/docs/links/podman-list.1 b/docs/links/podman-list.1 new file mode 100644 index 000000000..f7f44c704 --- /dev/null +++ b/docs/links/podman-list.1 @@ -0,0 +1 @@ +.so man1/podman-ps.1 diff --git a/docs/links/podman-ls.1 b/docs/links/podman-ls.1 new file mode 100644 index 000000000..f7f44c704 --- /dev/null +++ b/docs/links/podman-ls.1 @@ -0,0 +1 @@ +.so man1/podman-ps.1 diff --git a/docs/links/podman-unmount.1 b/docs/links/podman-unmount.1 new file mode 100644 index 000000000..789dabbb0 --- /dev/null +++ b/docs/links/podman-unmount.1 @@ -0,0 +1 @@ +.so man1/podman-umount.1 |