docs/src/list.md

changeset 266
8c44c5919691
parent 265
ee9e63c437c4
child 282
3070d72f54af
--- a/docs/src/list.md	Sun Jul 09 20:15:14 2017 +0200
+++ b/docs/src/list.md	Tue Jul 11 20:45:32 2017 +0200
@@ -11,7 +11,7 @@
 
 **`-a`** don't hide files whose names begins with a dot `.`
 
-**`-l`** shows additional information for resources
+**`-l`** show additional information for resources
 
 Example:
 
@@ -32,18 +32,20 @@
 
 The last column is the resource name. If the `-R` option is specified, the resource path is shown.
 
-**`-t`** this options only work in combination with `-l` and it adds the resource content type to the output (after the flags)
+**`-t`** this options only works in combination with `-l` and it adds the resource content type to the output (after the flags)
 
 **`-e`** similar to `-l`, but with 6 flag fields. Currently only the first 4 fields are used. The last two are reserved for future use.
 
 3. Field: **l** indicates a locked resource
 4. Field: **x** indicates a executable resource (executable property with http://apache.org/dav/props/ namespace)
 
-**`-p`** disables file name and path decryption if enabled
+**`-p`** disable file name and path decryption if enabled
 
-**`-c`** enables file name and path decryption
+**`-c`** enable file name and path decryption
 
-**`-R`** recursively shows all resources in the collection and all child collections
+**`-R`** recursively show all resources in the collection and all child collections
 
-**`-u <date>`** shows only resources with a lastmodified date after the specified
+**`-u <date>`** show only resources with a lastmodified date after the specified
   date. Uses the http date format
+
+**Command alias:** ls

mercurial