From 5fa1cc018946f1e5e5ae031428df80c45edc21a1 Mon Sep 17 00:00:00 2001 From: Daniel Birket Date: Sun, 22 Aug 2021 11:23:20 -0400 Subject: [PATCH] xml: remove list of subcommands from main `xml` description. --- pages/common/xml.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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`