From 361600b992fef285832fcc0e1deb3da99b6dda8b Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Tue, 16 Sep 2014 21:55:20 +0900 Subject: Add --passphrase option to bsdtar and bsdcpio. --- cpio/bsdcpio.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cpio/bsdcpio.1') diff --git a/cpio/bsdcpio.1 b/cpio/bsdcpio.1 index 9dee0eee..f966aa06 100644 --- a/cpio/bsdcpio.1 +++ b/cpio/bsdcpio.1 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 14, 2014 +.Dd September 16, 2014 .Dt CPIO 1 .Os .Sh NAME @@ -196,6 +196,15 @@ automatically on input. Compress the resulting archive with .Xr lzop 1 . In input mode, this option is ignored. +.It Fl Fl passphrase Ar passphrase +The +.Pa passphrase +is used to extract or create an encrypted archive. +Currently, zip is only a format that +.Nm +can handle encrypted archives. +You shouldn't use this option unless you realize how insecure +use of this option is. .It Fl m , Fl Fl preserve-modification-time (i and p modes) Set file modification time on created files to match -- cgit v1.2.1