From 380ea16232f51ffeb00d93575f71c1377c224094 Mon Sep 17 00:00:00 2001 From: Ryan Cole Date: Mon, 28 Aug 2017 13:52:53 -0400 Subject: [PATCH] Remove duplicate kpod command names Some kpod commands were listed twice in main.go. Removed these duplicates and alphabetized the remaining commands to prevent this from happening in the future Signed-off-by: Ryan Cole --- cmd/kpod/main.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/kpod/main.go b/cmd/kpod/main.go index f8a5a1f5..a4a30b6b 100644 --- a/cmd/kpod/main.go +++ b/cmd/kpod/main.go @@ -34,12 +34,10 @@ func main() { renameCommand, rmiCommand, saveCommand, + statsCommand, tagCommand, umountCommand, versionCommand, - saveCommand, - statsCommand, - loadCommand, } app.Before = func(c *cli.Context) error { logrus.SetLevel(logrus.ErrorLevel)