From 592eac9974460792b536aabe56e6d82c30fef696 Mon Sep 17 00:00:00 2001 From: Faissal Elamraoui Date: Mon, 5 Dec 2016 14:40:15 +0100 Subject: [PATCH] Fixed a typo --- pack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.go b/pack.go index d9f8852..75aaaa7 100644 --- a/pack.go +++ b/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'"