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/run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/run_test.go') diff --git a/cmd/podman/run_test.go b/cmd/podman/run_test.go index 0a79f6ec3..079e570aa 100644 --- a/cmd/podman/run_test.go +++ b/cmd/podman/run_test.go @@ -18,7 +18,7 @@ var ( CLI *cli.Context testCommand = cli.Command{ Name: "test", - Flags: createFlags, + Flags: sortFlags(createFlags), Action: testCmd, HideHelp: true, } -- cgit v1.2.3-54-g00ecf