From 5eaf7c676d5d5a76ac10d2569aaba7c22ec3e6d3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 29 Jun 2019 12:10:16 +0200 Subject: Improve dgvalidator usage and add man page for it. --- man/dgvalidator.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 man/dgvalidator.1 (limited to 'man') diff --git a/man/dgvalidator.1 b/man/dgvalidator.1 new file mode 100644 index 0000000..dde1358 --- /dev/null +++ b/man/dgvalidator.1 @@ -0,0 +1,36 @@ +.TH "DGVALIDATOR" "1" "29 June 2019" "dgvalidator" "" + +.SH NAME +dgvalidator \- drumgizmo drumkit validator + +.SH SYNOPSIS +\fBdgvalidator\fR |-h|--help + +.SH "DESCRIPTION" +.PP +\fBDgvalidator\fR is a simple validator tool for drumgizmo drumkit files. +.PP +Dgvalidator will try to load the drumkit pointed to by drumkitfile and +validate it. It validates both the xml in the drumkit and all instrument files +referred in it as well as the the semantics of the contents - +including checking for the existance and validity of all audiofiles +referred by the instruments. + +.SH "OPTIONS" +.PD 0 +.RE +\fB-h, --help\fR +.RS 7 +Print command line help and exit. + +.RE +\fBdrumkitfile\fR +.RS 7 +The drumkitfile to verify. + +.RE +.SH "BUGS" +Report bugs to http://www.drumgizmo.org/wiki/doku.php?id=bugs. + +.SH "ADDITIONAL INFORMATION" +For further information, visit the website http://www.drumgizmo.org. -- cgit v1.2.3