diff --git a/pages/common/xml.md b/pages/common/xml.md index 0923346d7d..2bdd64351d 100644 --- a/pages/common/xml.md +++ b/pages/common/xml.md @@ -2,9 +2,12 @@ > XMLStarlet Toolkit: Query, edit, check, convert and transform XML documents. > This command also has documentation about its subcommands, e.g. `xml validate`. -> Subcommands: `canonic`, `edit`, `elements`, `escape`, `unescape`, `format`, `list`, `pyx`, `depyx`, `select`, `transform`, or `validate`. > More information: . +- Display general help, including the list of subcommands: + +`xml --help` + - Execute a subcommand with input from a file or URI, printing to stdout: `xml {{subcommand}} {{options}} {{path/to/input.xml|URI}}` @@ -21,10 +24,6 @@ `xml {{subcommand}} --help` -- Display general help: - -`xml --help` - - Display the version of the XMLStarlet Toolkit: `xml --version`