Skip to content

Commit 65d40ba

Browse files
committed
Merge pull request #24 from kriswillis/fix-phpcrsh-interacting
Removed capitalisation of -t option in "Listing node contents" example
2 parents 34eb6b4 + ba12bf0 commit 65d40ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcr-shell/interacting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ node properties and children which are defined in the schema with the ``-t`` opt
9898
| jcr:primaryType | NAME | slinpTest:article |
9999
| title | STRING | Slinp Web Content Framework |
100100
+--------------------+-------------------------+------------------------------------------------+
101-
PHPCRSH> ls -T
101+
PHPCRSH> ls -t
102102
/cms/foo [nt:unstructured] > nt:base
103103
+--------------------+-------------------------+------------------------------------------------+
104104
| home | slinpTest:article | Home |

0 commit comments

Comments
 (0)