Skip to content

Commit

Permalink
Merge pull request #97 from hacfi/node_update_msg
Browse files Browse the repository at this point in the history
Fix exception message for nodes update command
  • Loading branch information
dbu committed Dec 9, 2013
2 parents 648da6d + 4f218b4 commit 998c8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPCR/Util/Console/Command/NodesUpdateCommand.php
Expand Up @@ -98,7 +98,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

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

Expand Down

0 comments on commit 998c8c0

Please sign in to comment.