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}}`