1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:35:40 +02:00

zip: explain encryption as password protected

This commit is contained in:
mister-ben 2017-10-20 12:26:55 +01:00
parent 3477ab330e
commit 0fb4198695

View file

@ -18,7 +18,7 @@
`zip -r {{compressed.zip}} {{/path/to/dir1 /path/to/dir2 /path/to/file}}`
- Create an encrypted archive:
- Create an encrypted (password protected) archive:
`zip -e -r {{compressed.zip}} {{path/to/dir}}`