From d73600626d20d1c022610b5fc39eb35606bb3998 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Tue, 9 Oct 2018 16:06:45 -0400 Subject: Sort all command flags Signed-off-by: Qi Wang --- cmd/podman/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/images.go') diff --git a/cmd/podman/images.go b/cmd/podman/images.go index f88ca32fd..a8955e49e 100644 --- a/cmd/podman/images.go +++ b/cmd/podman/images.go @@ -124,7 +124,7 @@ var ( Name: "images", Usage: "List images in local storage", Description: imagesDescription, - Flags: imagesFlags, + Flags: sortFlags(imagesFlags), Action: imagesCmd, ArgsUsage: "", UseShortOptionHandling: true, -- cgit v1.2.3-54-g00ecf