Skip to content

Commit 9106c52

Browse files
committed
Fixed option
1 parent 8ac296e commit 9106c52

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
@@ -59,7 +59,7 @@ protected function configure()
5959
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
6060
'Set node property, use foo=bar'
6161
)
62-
->addOption('remove-prop', 'd',
62+
->addOption('remove-prop', 'r',
6363
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
6464
'Remove node property'
6565
)

0 commit comments

Comments
 (0)