From 2901a3669de67025f4daa47e5c452a4ffbec1476 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Oct 2018 22:18:17 +0200 Subject: Add validation to command line interface --- doc/serdi.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/serdi.1') diff --git a/doc/serdi.1 b/doc/serdi.1 index 0545be93..13ee7456 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -12,6 +12,13 @@ serdi [\fIOPTION\fR]... \fIINPUT\fR... .BR \-I 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. -- cgit v1.2.1