Skip to content

Commit 3179278

Browse files
committed
Merge pull request #56 from dantleech/fix
Changed option from -s to -S to avoid conflict
2 parents bc2e4f1 + 8ac296e commit 3179278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ protected function configure()
5555
'Node type, default nt:unstructured',
5656
'nt:unstructured'
5757
)
58-
->addOption('set', 's',
58+
->addOption('set-prop', 'p',
5959
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
6060
'Set node property, use foo=bar'
6161
)
62-
->addOption('unset', 'r',
62+
->addOption('remove-prop', 'd',
6363
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
6464
'Remove node property'
6565
)

0 commit comments

Comments
 (0)