Skip to content

Commit 6363651

Browse files
committed
Merge pull request #57 from dantleech/fix
Changed delete property shortcut from "d" to "r"
2 parents 3179278 + 9106c52 commit 6363651

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)