Skip to content

Commit 4c76c37

Browse files
committed
Changed option from -s to -S to avoid conflict
1 parent bc2e4f1 commit 4c76c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function configure()
5555
'Node type, default nt:unstructured',
5656
'nt:unstructured'
5757
)
58-
->addOption('set', 's',
58+
->addOption('set', 'S',
5959
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
6060
'Set node property, use foo=bar'
6161
)

0 commit comments

Comments
 (0)