From 323c7f177ec76fa64dfe239806d0f5ba365c51c7 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 30 Apr 2013 14:04:20 +0200 Subject: Reset to only use the basic LZMA SDK (Unix). Change-Id: Ic7607229197f74cdf88c46684b1413e00466185d Reviewed-by: Niels Weber --- .../7zip/unix/DOCS/MANUAL/switches/password.htm | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 src/libs/7zip/unix/DOCS/MANUAL/switches/password.htm (limited to 'src/libs/7zip/unix/DOCS/MANUAL/switches/password.htm') diff --git a/src/libs/7zip/unix/DOCS/MANUAL/switches/password.htm b/src/libs/7zip/unix/DOCS/MANUAL/switches/password.htm deleted file mode 100644 index 733dfc4a7..000000000 --- a/src/libs/7zip/unix/DOCS/MANUAL/switches/password.htm +++ /dev/null @@ -1,54 +0,0 @@ - - - - - -p (set Password) switch - - - - - -

-p (set Password) switch

- -

Specifies password.

- -

Syntax

- -
--p{password}
-
- -
-
{password}
-
Specifies password.
-
- - -

Examples

- -
-7z a archive.7z -psecret -mhe *.txt
-
-

compresses *.txt files to archive.7z using password -"secret". Also it encrypts archive headers (-mhe switch), so filenames will be encrypted. -

- -
-7z x archive.zip -psecret
-
-

extracts all files from archive.zip using password -"secret".

- -

Commands that can be used with this switch

- -

- a (Add), - d (Delete), - e (Extract), - t (Test), - u (Update), - x (Extract with full paths) -

- - - -- cgit v1.2.3