diff --git a/console/cli_about.go b/console/cli_about.go index 9034529..88378d0 100644 --- a/console/cli_about.go +++ b/console/cli_about.go @@ -31,12 +31,12 @@ func (c *cAbout) Init(args []string) { c.Action = func() error { fmt.Printf("About:\n") fmt.Printf("==================================================\n") - fmt.Printf(" Version: %s\n", c.cli.GetVersion()) + fmt.Printf(" Version: %s\n", c.cli.GetVersion()) wd, _ := filepath.Abs("./") - fmt.Printf(" BaseDir: %s\n", wd) - fmt.Printf(" Env: %s\n", "dev") - fmt.Printf(" Debug: %v\n", true) - fmt.Printf(" GOOS: %s %s\n", runtime.GOOS, runtime.GOARCH) + fmt.Printf(" BaseDir: %s\n", wd) + fmt.Printf(" Env: %s\n", "dev") + fmt.Printf(" Debug: %v\n", true) + fmt.Printf(" GOOS: %s %s\n", runtime.GOOS, runtime.GOARCH) hd := c.cli.GetExtraAbout() if hd != nil {