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:
parent
0fb4198695
commit
50b48f60fd
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}}`
|
`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}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue