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