1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 02:55:41 +02:00

zip: minor change to fix build

See #1018 and https://github.com/tldr-pages/tldr-lint/pull/6
This commit is contained in:
Waldir Pimenta 2016-09-01 21:39:16 +01:00 committed by GitHub
parent be0fbaec97
commit 76783fdc72

View file

@ -18,6 +18,6 @@
`zip {{compressed.zip}} {{path/to/file}}`
- [D]elete files from an existing zip file:
- Delete files from an existing zip file:
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`