diff options
author | Phil Shafer <phil@FreeBSD.org> | 2019-04-03 21:47:19 +0000 |
---|---|---|
committer | Phil Shafer <phil@FreeBSD.org> | 2019-04-03 21:47:19 +0000 |
commit | 8daa90e98c625e7920bce78cf8d29bc133b64f54 (patch) | |
tree | bec778aa9df8893259222c935c7744c51bf21a94 /tests/xo/saved/xo_02.JP.err | |
parent | b7a4d12840ce37071dcb3d02a60d63721eae59ad (diff) |
Import libxo 1.0.2vendor/Juniper/libxo/1.0.2
Notes
Notes:
svn path=/vendor/Juniper/libxo/dist/; revision=345856
svn path=/vendor/Juniper/libxo/1.0.2/; revision=345857; tag=vendor/Juniper/libxo/1.0.2
Diffstat (limited to 'tests/xo/saved/xo_02.JP.err')
-rw-r--r-- | tests/xo/saved/xo_02.JP.err | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/xo/saved/xo_02.JP.err b/tests/xo/saved/xo_02.JP.err new file mode 100644 index 000000000000..0c348c734898 --- /dev/null +++ b/tests/xo/saved/xo_02.JP.err @@ -0,0 +1,25 @@ +Usage: xo [options] format [fields] + --close <path> Close tags for the given path + --close-instance <name> Close an open instance name + --close-list <name> Close an open list name + --continuation OR -C Output belongs on same line as previous output + --depth <num> Set the depth for pretty printing + --help Display this help text + --html OR -H Generate HTML output + --json OR -J Generate JSON output + --leading-xpath <path> OR -l <path> Add a prefix to generated XPaths (HTML) + --not-first Indicate this object is not the first (JSON) + --open <path> Open tags for the given path + --open-instance <name> Open an instance given by name + --open-list <name> Open a list given by name + --option <opts> -or -O <opts> Give formatting options + --pretty OR -p Make 'pretty' output (add indent, newlines) + --style <style> OR -s <style> Generate given style (xml, json, text, html) + --text OR -T Generate text output (the default style) + --top-wrap Generate a top-level object wrapper (JSON) + --version Display version information + --warn OR -W Display warnings in text on stderr + --warn-xml Display warnings in xml on stdout + --wrap <path> Wrap output in a set of containers + --xml OR -X Generate XML output + --xpath Add XPath data to HTML output |