From c0869724ac349573e64a62981b7ed150a36af8ed Mon Sep 17 00:00:00 2001 From: Being simple Date: Sun, 21 Feb 2016 13:03:30 +0800 Subject: [PATCH] modify comment modify comment --- pages/common/zip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/zip.md b/pages/common/zip.md index 4b27158fc..b0e9db56b 100644 --- a/pages/common/zip.md +++ b/pages/common/zip.md @@ -14,6 +14,6 @@ `zip -d {{compressed.zip}} "{{foo/*.tmp}}"` -- Remove unwanted pattern files from target dirs: +- Remove unwanted files from target dirs: `zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`