From a1faa9e7324694a6a1e849d99269491f725c3aef Mon Sep 17 00:00:00 2001 From: Daniel Birket Date: Sat, 21 Aug 2021 19:29:19 -0400 Subject: [PATCH] xml: Use "write" instead of "list" for the list cmd, as requested. --- pages/common/xml-list.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/xml-list.md b/pages/common/xml-list.md index 047f9c93df..c1da8f827c 100644 --- a/pages/common/xml-list.md +++ b/pages/common/xml-list.md @@ -1,13 +1,13 @@ # xml list -> List a directory's contents (like 'ls') in XML format. +> Write a directory's listing (like 'ls') in XML format. > More information: . -- List the current directory's contents to an XML document: +- Write the current directory's listing to an XML document: `xml list > {{path/to/dir_list.xml}}` -- List the specified directory's contents to an XML document: +- Write the specified directory's listing to an XML document: `xml list {{path/to/directory}} > {{path/to/dir_list.xml}}`