zip: minor change to fix build

See #1018 and https://github.com/tldr-pages/tldr-lint/pull/6
waldyrious/alt-syntax
Waldir Pimenta 2016-09-01 21:39:16 +01:00 committed by GitHub
parent be0fbaec97
commit 76783fdc72
1 changed files with 1 additions and 1 deletions

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}}"`