We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac296e commit 9106c52Copy full SHA for 9106c52
src/PHPCR/Util/Console/Command/TouchCommand.php
@@ -59,7 +59,7 @@ protected function configure()
59
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
60
'Set node property, use foo=bar'
61
)
62
- ->addOption('remove-prop', 'd',
+ ->addOption('remove-prop', 'r',
63
64
'Remove node property'
65
0 commit comments