diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-10-30 04:17:42 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-10-30 04:17:42 +0000 |
commit | cac5bf150f6be3b6ec37e72a46a3d41c88986693 (patch) | |
tree | faef3134fb67e9cdf58811b55c73f95d245f42b9 /man/ValidateBcfg2Repo.8 | |
parent | 382ee0e661d95acd3402509b49d1199131ee1209 (diff) | |
download | bcfg2-cac5bf150f6be3b6ec37e72a46a3d41c88986693.tar.gz bcfg2-cac5bf150f6be3b6ec37e72a46a3d41c88986693.tar.bz2 bcfg2-cac5bf150f6be3b6ec37e72a46a3d41c88986693.zip |
(Logical change 1.134)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@598 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/ValidateBcfg2Repo.8')
-rw-r--r-- | man/ValidateBcfg2Repo.8 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/ValidateBcfg2Repo.8 b/man/ValidateBcfg2Repo.8 index e69de29bb..fe0551fdd 100644 --- a/man/ValidateBcfg2Repo.8 +++ b/man/ValidateBcfg2Repo.8 @@ -0,0 +1,21 @@ +.TH "ValidateBcfg2Repo" 8 +.SH NAME +ValidateBcfg2Repo \- Check Bcfg2 repository data against data schemas +.SH SYNOPSIS +.B ValidateBcfg2Repo +.I [ Repository Location ] [ Schema Location ] +.SH DESCRIPTION +.PP +.B ValidateBcfg2Repo +This script checks data against schemas, and it quite helpful in +finding typos or malformed data. +.SH ARGUMENTS +.TP +.B Repository Location - where the data repository is. +.TP +.B Schema Location - where schemas are. (Optional). +.SH "SEE ALSO" +.BR bcfg(1), +.BR Bcfg2Server(8) +.SH "BUGS" +None currently known
\ No newline at end of file |