Skip to content

Commit 7b2a4dc

Browse files
committed
Updated docs
1 parent e53b868 commit 7b2a4dc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/PHPCR/Util/Console/Command/MoveCommand.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ protected function configure()
4444
->addArgument('destination', InputArgument::REQUIRED, 'Destination for node')
4545
->setDescription('Moves a node from one path to another')
4646
->setHelp(<<<EOF
47-
This command simply moves a node from one path
48-
(the source path) to another (the destination path)
47+
This command simply moves a node from one path (the source path)
48+
to another (the destination path), it can also be considered
49+
as a rename command.
4950
5051
$ php bin/phpcr phpcr:move /foobar /barfoo
52+
53+
Note that the parent node of the destination path must already exist.
5154
EOF
5255
)
5356
;

0 commit comments

Comments
 (0)