Comment Typo: Changed 'jason' to 'json` (#7216)

master
John Liu 5 years ago committed by kannappanr
parent f75f707ff4
commit 9600e2b35e
  1. 2
      cmd/common-main.go

@ -122,7 +122,7 @@ func newConfigDirFromCtx(ctx *cli.Context, option string, getDefaultDir func() s
func handleCommonCmdArgs(ctx *cli.Context) {
// Get "json" flag from command line argument and
// enable json and quite modes if jason flag is turned on.
// enable json and quite modes if json flag is turned on.
globalCLIContext.JSON = ctx.IsSet("json") || ctx.GlobalIsSet("json")
if globalCLIContext.JSON {
logger.EnableJSON()

Loading…
Cancel
Save