Skip to content

Commit 4f218b4

Browse files
committed
Fix exception message for nodes update command
1 parent 648da6d commit 4f218b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
9898

9999
if (!$query) {
100100
throw new \InvalidArgumentException(
101-
'You must provide a SELECT query, e.g. --select="SELECT * FROM [nt:unstructured]"'
101+
'You must provide a SELECT query, e.g. --query="SELECT * FROM [nt:unstructured]"'
102102
);
103103
}
104104

0 commit comments

Comments
 (0)