Clarify -x option

This also makes it easier to understand what `-x` means (eXclude)
waldyrious/alt-syntax
Waldir Pimenta 2016-02-21 13:31:36 +00:00
parent bfcd1b1f7a
commit f3ba0e6086
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
- Remove unwanted files from target dirs:
- Exclude unwanted files from being added to the compressed archive:
`zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`
`zip -r {{compressed.zip}} {{path/to/dir}} -x \*.git\* \*node_modules\* ...`