diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-04 21:29:17 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-04 21:29:17 +0200 |
commit | 0361fa520799835723583e6c87f974fe8f7212e1 (patch) | |
tree | 4964bf78d94ac8854099fc6030a1f583ded81b68 /man/dgvalidator.1 | |
parent | 263b055953f2b49e1fdc4b0cb4bec5253c04a265 (diff) |
Update man pages.
Diffstat (limited to 'man/dgvalidator.1')
-rw-r--r-- | man/dgvalidator.1 | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/man/dgvalidator.1 b/man/dgvalidator.1 index 281ae74..d436227 100644 --- a/man/dgvalidator.1 +++ b/man/dgvalidator.1 @@ -1,10 +1,10 @@ -.TH "DGVALIDATOR" "1" "29 June 2019" "dgvalidator" "" +.TH "DGVALIDATOR" "1" "4 May 2020" "dgvalidator" "" .SH NAME dgvalidator \- drumgizmo drumkit validator .SH SYNOPSIS -\fBdgvalidator\fR <drumkitfile>|-h|--help +\fBdgvalidator\fR [\fIOPTIONS\fR] <\fIFILE\fR> .SH "DESCRIPTION" .PP @@ -18,10 +18,36 @@ referred by the instruments. .SH "OPTIONS" .PD 0 + +.RE +\fB-n, --no-audio\fR +.RS 7 +Skip checking audio file existence and samplerate. + +.RE +\fB-v, --verbose\fR +.RS 7 +Print more info during validation. Can be added multiple times to increase output verbosity. + +.RE +\fB-q, --quiet\fR +.RS 7 +Don't print any output, even on errors. + +.RE +\fB-V, --version\fR +.RS 7 +Print version and exit. + .RE \fB-h, --help\fR .RS 7 -Print command line help and exit. +Print this message and exit. + +.RE +\fB-D, --debug \fIDDD\fR +.RS 7 +Enable debug messages on \fIDDD\fR see hugin documentation for details. .RE \fBdrumkitfile\fR @@ -29,6 +55,10 @@ Print command line help and exit. The drumkitfile to verify. .RE +.SH "EXIT STATUS" +Exit status is 0 if no error are found and 1 if validation fails. + +.RE .SH "BUGS" Report bugs to http://www.drumgizmo.org/wiki/doku.php?id=bugs. |