From 7ac766053e5ab59384339ad7e9cf52aede24e00f Mon Sep 17 00:00:00 2001 From: tianqi Date: Wed, 13 Jan 2016 13:14:51 +0800 Subject: [PATCH] add user : as separator for exp's and exs's flag tip --- pack.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack.go b/pack.go index 2ba42f8..9d66088 100644 --- a/pack.go +++ b/pack.go @@ -48,8 +48,8 @@ This eases the deployment by extracting the zip file to a server. -be=[] additional ENV Variables of go build. eg: GOARCH=arm -o compressed file output dir. default use current path -f="" format: tar.gz, zip (default: tar.gz) --exp="" relpath exclude prefix (default: .). --exs="" relpath exclude suffix (default: .go:.DS_Store:.tmp). +-exp="" relpath exclude prefix (default: .). use : as separator +-exs="" relpath exclude suffix (default: .go:.DS_Store:.tmp). use : as separator all path use : as separator -exr=[] file/directory name exclude by Regexp (default: ^). -fs=false follow symlink (default: false).