summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-07-25 21:00:58 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-07-25 21:00:58 -0500
commit982892aebfe43168b44862fa8c79ddc995b1818a (patch)
tree8b74b8b1ea8b8f731654e07994d87e03d5b46683 /tools
parent980316a054f7034c1d100b1936c89a2b27c13544 (diff)
downloadbcfg2-982892aebfe43168b44862fa8c79ddc995b1818a.tar.gz
bcfg2-982892aebfe43168b44862fa8c79ddc995b1818a.tar.bz2
bcfg2-982892aebfe43168b44862fa8c79ddc995b1818a.zip
man: Add b=bundle bcfg-admin query option
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/manpagegen/bcfg2-admin.8.ronn3
-rw-r--r--tools/manpagegen/bcfg2.conf.5.ronn2
2 files changed, 4 insertions, 1 deletions
diff --git a/tools/manpagegen/bcfg2-admin.8.ronn b/tools/manpagegen/bcfg2-admin.8.ronn
index d517bdabc..c827265ca 100644
--- a/tools/manpagegen/bcfg2-admin.8.ronn
+++ b/tools/manpagegen/bcfg2-admin.8.ronn
@@ -85,6 +85,9 @@ bcfg2-admin(8) -- Perform repository administration tasks
### QUERY OPTIONS
+ * `b=bundle`:
+ Specify a bundle to search for within client metadata.
+
* `g=group`:
Specify a group to search within.
diff --git a/tools/manpagegen/bcfg2.conf.5.ronn b/tools/manpagegen/bcfg2.conf.5.ronn
index e71bdb73a..d17bd48cf 100644
--- a/tools/manpagegen/bcfg2.conf.5.ronn
+++ b/tools/manpagegen/bcfg2.conf.5.ronn
@@ -12,7 +12,7 @@ The file is INI-style and consists of sections and options. A section
begins with the name of the sections in square brackets and continues
until the next section begins.
-Options are specified in the form ’name = value’.
+Options are specified in the form "name=value".
The file is line-based each newline-terminated line represents either a
comment, a section name or an option.