Преглед изворни кода

zip: better password prompt hint

mister-ben пре 7 година
родитељ
комит
50b48f60fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pages/common/zip.md

+ 1 - 1
pages/common/zip.md

@@ -18,7 +18,7 @@
 
 `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}}`