diff options
author | Qi Wang <qiwan@redhat.com> | 2018-10-09 16:06:45 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2018-10-11 13:17:14 -0400 |
commit | d73600626d20d1c022610b5fc39eb35606bb3998 (patch) | |
tree | b1127660963fad0114bba4a9f61d77e800092095 /cmd/podman/images.go | |
parent | b5f4bb15a5569ba6cf3517c3c979c75ad205ada5 (diff) | |
download | podman-d73600626d20d1c022610b5fc39eb35606bb3998.tar.gz podman-d73600626d20d1c022610b5fc39eb35606bb3998.tar.bz2 podman-d73600626d20d1c022610b5fc39eb35606bb3998.zip |
Sort all command flags
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'cmd/podman/images.go')
-rw-r--r-- | cmd/podman/images.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |