mirror of
https://github.com/beego/bee.git
synced 2024-11-22 10:10:53 +00:00
Fixed a typo
This commit is contained in:
parent
ce71c916d5
commit
592eac9974
2
pack.go
2
pack.go
@ -38,7 +38,7 @@ var cmdPack = &Command{
|
||||
UsageLine: "pack",
|
||||
Short: "Compresses a Beego application into a single file",
|
||||
Long: `Pack is used to compress Beego applications into a tarball/zip file.
|
||||
This eases the deployment by extracting directly the file to a server.
|
||||
This eases the deployment by directly extracting the file to a server.
|
||||
|
||||
{{"Example:"|bold}}
|
||||
$ bee pack -v -ba="-ldflags '-s -w'"
|
||||
|
Loading…
Reference in New Issue
Block a user