mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
xml: tweaks to main command entry.
This commit is contained in:
parent
bc4856feeb
commit
9916a0b0f7
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# xml
|
||||
|
||||
> XMLStarlet toolkit: Query / Edit / Check / Transform XML documents.
|
||||
> XMLStarlet toolkit: Query, edit, check, and transform XML documents.
|
||||
> Subcommands: `canonic`, `edit`, `elements`, `escape`, `format`, `list`, `pyx`, `p2x`, `select`, `transform`, `unescape`, or `validate`.
|
||||
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
|
||||
|
||||
- Execute a subcommand with input from a file and using standard output:
|
||||
- Execute a subcommand with input from a file or URI and using standard output:
|
||||
|
||||
`xml {{subcommand}} {{options}} {{xml_file_or_uri}}`
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
`xml {{subcommand}} {{options}}`
|
||||
|
||||
- Execute a subcommand with input from a file and output to a file:
|
||||
- Execute a subcommand with input from a file or URI and output to a file:
|
||||
|
||||
`xml {{subcommand}} {{options}} {{xml_file_or_uri}} >{{path/to/output}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue