diff options
author | David Robillard <d@drobilla.net> | 2018-10-14 22:18:17 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 13:13:58 +0100 |
commit | 2901a3669de67025f4daa47e5c452a4ffbec1476 (patch) | |
tree | 826da112a6338ff6f53edc78fb9e978f662ce7ee /doc | |
parent | 9afb76e19e67951f6e6273acbbd35ceafb376e45 (diff) | |
download | serd-2901a3669de67025f4daa47e5c452a4ffbec1476.tar.gz serd-2901a3669de67025f4daa47e5c452a4ffbec1476.tar.bz2 serd-2901a3669de67025f4daa47e5c452a4ffbec1476.zip |
Add validation to command line interface
Diffstat (limited to 'doc')
-rw-r--r-- | doc/serdi.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index 0545be93..13ee7456 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -13,6 +13,13 @@ serdi [\fIOPTION\fR]... \fIINPUT\fR... Set input base URI. .TP +.BR \-V +Validate inputs. +All necessary data, including schemas, must be passed as inputs. +Output will only be written if validation succeeds. +Combine with -o empty to suppress output and only show validation errors. + +.TP .BR \-a Write ASCII output if possible. |