summaryrefslogtreecommitdiff
path: root/cmd/podman/container.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-12-22 07:28:21 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2018-12-23 09:38:57 -0500
commita22f00d4c58fdaba479405b38bac1508ef889c7e (patch)
tree80858474bac3f9103546ed334ac0509aff38885d /cmd/podman/container.go
parent792f10988ed2badcce9a11a880303614412b9a00 (diff)
downloadpodman-a22f00d4c58fdaba479405b38bac1508ef889c7e.tar.gz
podman-a22f00d4c58fdaba479405b38bac1508ef889c7e.tar.bz2
podman-a22f00d4c58fdaba479405b38bac1508ef889c7e.zip
Allow alias for list, ls, ps to work
Allow multiple alias for listing containers and images. Also fix documentation for umount and unmount Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'cmd/podman/container.go')
-rw-r--r--cmd/podman/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go
index b0232c874..4bb6f287a 100644
--- a/cmd/podman/container.go
+++ b/cmd/podman/container.go
@@ -18,7 +18,7 @@ var (
inspectCommand,
killCommand,
logsCommand,
- lsCommand,
+ psCommand,
mountCommand,
pauseCommand,
portCommand,