summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-repo-validate.8
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-04-13 14:14:07 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-04-13 14:15:16 -0500
commit1add5c6332fb8f59abf377d4167099ae9c5f1125 (patch)
tree446bb71a1d6e1793ed9efdaf235d96b76a9448d0 /man/bcfg2-repo-validate.8
parentc89cd2a8c930f3a2fc686b555079c9bc60803e0c (diff)
downloadbcfg2-1add5c6332fb8f59abf377d4167099ae9c5f1125.tar.gz
bcfg2-1add5c6332fb8f59abf377d4167099ae9c5f1125.tar.bz2
bcfg2-1add5c6332fb8f59abf377d4167099ae9c5f1125.zip
man: Update the bcfg2-reports man page
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'man/bcfg2-repo-validate.8')
-rw-r--r--man/bcfg2-repo-validate.829
1 files changed, 23 insertions, 6 deletions
diff --git a/man/bcfg2-repo-validate.8 b/man/bcfg2-repo-validate.8
index d00885313..81ba61099 100644
--- a/man/bcfg2-repo-validate.8
+++ b/man/bcfg2-repo-validate.8
@@ -3,18 +3,35 @@
bcfg2-repo-validate \- Check Bcfg2 repository data against data schemas
.SH SYNOPSIS
.B bcfg2-repo-validate
-.I [-v]
+.I [-v]
.SH DESCRIPTION
.PP
.B bcfg2-repo-validate
This script checks data against schemas, and it quite helpful in
-finding typos or malformed data.
+finding typos or malformed data.
.SH OPTIONS
-.PP
-.B "\-C"
-.RS
+
+.TP
+.BR "-Q <repository path>"
+Server repository path
+
+.TP
+.BR "-C <conffile>"
Specify path to bcfg2.conf (default /etc/bcfg2.conf)
-.RE
+
+.TP
+.BR "--stdin"
+Operate on a list of files supplied on stdin
+
+.TP
+.BR "-v"
+Enable verbose output
+
+.TP
+.BR "--schema=<schema path>"
+Path to XML Schema files
+
+.RE
.SH "SEE ALSO"
.BR bcfg2(1),
.BR bcfg2-server(8)