1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:35:23 +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}}"`
- Remove unwanted pattern files from target dirs:
- Remove unwanted files from target dirs:
`zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`