We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53b868 commit 7b2a4dcCopy full SHA for 7b2a4dc
src/PHPCR/Util/Console/Command/MoveCommand.php
@@ -44,10 +44,13 @@ protected function configure()
44
->addArgument('destination', InputArgument::REQUIRED, 'Destination for node')
45
->setDescription('Moves a node from one path to another')
46
->setHelp(<<<EOF
47
-This command simply moves a node from one path
48
-(the source path) to another (the destination path)
+This command simply moves a node from one path (the source path)
+to another (the destination path), it can also be considered
49
+as a rename command.
50
51
$ php bin/phpcr phpcr:move /foobar /barfoo
52
+
53
+Note that the parent node of the destination path must already exist.
54
EOF
55
)
56
;
0 commit comments