summaryrefslogtreecommitdiff
path: root/cmd/podman/info.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/info.go')
-rw-r--r--cmd/podman/info.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/info.go b/cmd/podman/info.go
index 927bf57be..563e63ba3 100644
--- a/cmd/podman/info.go
+++ b/cmd/podman/info.go
@@ -16,7 +16,7 @@ var (
Name: "info",
Usage: infoDescription,
Description: `Information display here pertain to the host, current storage stats, and build of podman. Useful for the user and when reporting issues.`,
- Flags: infoFlags,
+ Flags: sortFlags(infoFlags),
Action: infoCmd,
ArgsUsage: "",
OnUsageError: usageErrorHandler,