1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

Improve bee command lines

Clean and improve some of the command option descriptions
This commit is contained in:
areski
2014-12-18 17:19:34 +01:00
parent f00aeaed36
commit 6b85a2c475
7 changed files with 49 additions and 56 deletions

View File

@ -13,13 +13,15 @@ import (
var cmdVersion = &Command{
UsageLine: "version",
Short: "show the bee & beego version",
Short: "show the Bee, Beego and Go version",
Long: `
show the bee & beego version
show the Bee, Beego and Go version
bee version
bee: 1.1.1
beego: 1.2
bee :1.2.3
beego :1.4.2
Go :go version go1.3.3 linux/amd64
`,
}