diff options
author | Aman Gupta | 2018-05-12 12:09:18 -0700 |
---|---|---|
committer | Aman Gupta | 2018-05-12 12:09:20 -0700 |
commit | cae004cabb6825bf17c5fa69feb037db2ea74911 (patch) | |
tree | 486b627bf7205c3e6bbf26d95fbb708311d81a1e | |
parent | 7db022e67bab568a560c8bd55f5840e71a34dc15 (diff) |
doc: fix incorrect reference to xsd_compliant option
reported by Mindless` on IRC
-rw-r--r-- | doc/ffprobe.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 4e9f184a1d..be0539feb2 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -584,7 +584,7 @@ value is 0. This is required for generating an XML file which can be validated through an XSD file. -@item xsd_compliant, x +@item xsd_strict, x If set to 1 perform more checks for ensuring that the output is XSD compliant. Default value is 0. This option automatically sets @option{fully_qualified} to 1. |