From 91167b2c01e5a0abafd0c111fa3546601e1f5cf0 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 13 Sep 2012 10:39:40 -0400 Subject: bcfg2-crypt: added -I option, made --stdout better, updated man page --- man/bcfg2-crypt.8 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'man/bcfg2-crypt.8') diff --git a/man/bcfg2-crypt.8 b/man/bcfg2-crypt.8 index a73f3e066..64c10a902 100644 --- a/man/bcfg2-crypt.8 +++ b/man/bcfg2-crypt.8 @@ -1,11 +1,11 @@ . -.TH "BCFG2\-CRYPT" "8" "August 2012" "" "" +.TH "BCFG2\-CRYPT" "8" "September 2012" "" "" . .SH "NAME" \fBbcfg2\-crypt\fR \- Bcfg2 encryption and decryption utility . .SH "SYNOPSIS" -\fBbcfg2\-crypt\fR [\fI\-C configfile\fR] [\-\-decrypt|\-\-encrypt] [\-\-cfg|\-\-properties] [\-\-remove] [\-\-xpath \fIxpath\fR] [\-p \fIpassphrase\-or\-name\fR] [\-v] \fIfilename\fR [\fIfilename\fR\.\.\.] +\fBbcfg2\-crypt\fR [\fI\-C configfile\fR] [\-\-decrypt|\-\-encrypt] [\-\-cfg|\-\-properties] [\-\-stdout] [\-\-remove] [\-\-xpath \fIxpath\fR] [\-p \fIpassphrase\-or\-name\fR] [\-v] [\-I] \fIfilename\fR [\fIfilename\fR\.\.\.] . .SH "DESCRIPTION" \fBbcfg2\-crypt\fR performs encryption and decryption of Cfg and Properties files\. It\'s often sufficient to run \fBbcfg2\-crypt\fR with only the name of the file you wish to encrypt or decrypt; it can usually figure out what to do\. @@ -29,6 +29,10 @@ Tell \fBbcfg2\-crypt\fR that an XML file should be encrypted in its entirety rat Tell \fBbcfg2\-crypt\fR to process a file as an XML Properties file, and encrypt the text of each element separately\. This is necessary if, for example, you\'ve used a different top\-level tag than \fB\fR in your Properties files\. See \fIMODES\fR below for details\. . .TP +\fB\-\-stdout\fR +Print the resulting file to stdout instead of writing it to a file\. +. +.TP \fB\-\-remove\fR Remove the plaintext file after it has been encrypted\. Only meaningful for Cfg files\. . @@ -45,6 +49,10 @@ Specify the name of a passphrase specified in the \fB[encryption]\fR section of Be verbose\. . .TP +\fB\-I\fR +When encrypting a Properties file, interactively select the elements whose data should be encrypted\. +. +.TP \fB\-h\fR Display help and exit\. . -- cgit v1.2.3-1-g7c22