From dbaab41604d0cabd89094e9d2b6e4a5131426c98 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Mon, 22 Jun 2020 13:11:08 +0200 Subject: [PATCH] =?UTF-8?q?Changed=20root=20level=20debug=20shorthand=20to?= =?UTF-8?q?=20capital=20D,=20make=20it=20consistent=20with=20Moby=20flag?= =?UTF-8?q?=20and=20not=20clash=20with=20=E2=80=94detach=20future=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.go b/cli/main.go index 54c94d8c..792d921a 100644 --- a/cli/main.go +++ b/cli/main.go @@ -120,7 +120,7 @@ func main() { helpFunc(cmd, args) }) - root.PersistentFlags().BoolVarP(&opts.Debug, "debug", "d", false, "enable debug output in the logs") + root.PersistentFlags().BoolVarP(&opts.Debug, "debug", "D", false, "enable debug output in the logs") opts.AddConfigFlags(root.PersistentFlags()) opts.AddContextFlags(root.PersistentFlags())