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:
parent
3477ab330e
commit
0fb4198695
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue