summaryrefslogtreecommitdiffstats
path: root/tools/manpagegen
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-13 10:39:40 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-13 10:39:40 -0400
commit91167b2c01e5a0abafd0c111fa3546601e1f5cf0 (patch)
treed907db32c9f3d37896846fe3e8c4aeddedbf5acf /tools/manpagegen
parente2355c04d5b79866eb9ca26f1303cbf5fa36b757 (diff)
downloadbcfg2-91167b2c01e5a0abafd0c111fa3546601e1f5cf0.tar.gz
bcfg2-91167b2c01e5a0abafd0c111fa3546601e1f5cf0.tar.bz2
bcfg2-91167b2c01e5a0abafd0c111fa3546601e1f5cf0.zip
bcfg2-crypt: added -I option, made --stdout better, updated man page
Diffstat (limited to 'tools/manpagegen')
-rw-r--r--tools/manpagegen/bcfg2-crypt.8.ronn10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/manpagegen/bcfg2-crypt.8.ronn b/tools/manpagegen/bcfg2-crypt.8.ronn
index a164d47f1..64077ec3b 100644
--- a/tools/manpagegen/bcfg2-crypt.8.ronn
+++ b/tools/manpagegen/bcfg2-crypt.8.ronn
@@ -3,7 +3,7 @@ bcfg2-crypt(8) -- Bcfg2 encryption and decryption utility
## SYNOPSIS
-`bcfg2-crypt` [<-C configfile>] [--decrypt|--encrypt] [--cfg|--properties] [--remove] [--xpath <xpath>] [-p <passphrase-or-name>] [-v] <filename> [<filename>...]
+`bcfg2-crypt` [<-C configfile>] [--decrypt|--encrypt] [--cfg|--properties] [--stdout] [--remove] [--xpath <xpath>] [-p <passphrase-or-name>] [-v] [-I] <filename> [<filename>...]
## DESCRIPTION
@@ -35,6 +35,10 @@ what to do.
than `<Properties>` in your Properties files. See [MODES] below
for details.
+ * `--stdout`:
+ Print the resulting file to stdout instead of writing it to a
+ file.
+
* `--remove`:
Remove the plaintext file after it has been encrypted. Only
meaningful for Cfg files.
@@ -53,6 +57,10 @@ what to do.
* `-v`:
Be verbose.
+ * `-I`:
+ When encrypting a Properties file, interactively select the
+ elements whose data should be encrypted.
+
* `-h`:
Display help and exit.