1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 22:55:34 +02:00

modify comment

modify comment
This commit is contained in:
Being simple 2016-02-21 13:03:30 +08:00
parent e00f9214ef
commit c0869724ac

View file

@ -14,6 +14,6 @@
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"` `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\* ...` `zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`