1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:22:09 +02:00

zip: better password prompt hint

This commit is contained in:
mister-ben 2017-10-20 13:18:06 +01:00
parent 0fb4198695
commit 50b48f60fd

View file

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