From a22f00d4c58fdaba479405b38bac1508ef889c7e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 22 Dec 2018 07:28:21 -0500 Subject: 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 --- cmd/podman/images.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/podman/images.go') diff --git a/cmd/podman/images.go b/cmd/podman/images.go index a1aeb6042..522863b1b 100644 --- a/cmd/podman/images.go +++ b/cmd/podman/images.go @@ -131,7 +131,8 @@ var ( OnUsageError: usageErrorHandler, } lsImagesCommand = cli.Command{ - Name: "ls", + Name: "list", + Aliases: []string{"ls"}, Usage: "list images in local storage", Description: imagesDescription, Flags: imagesFlags, -- cgit v1.2.3-54-g00ecf