Skip to content

Commit fe65ae7

Browse files
Added additional description for install command
1 parent d85b7fb commit fe65ae7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Console/Command/Install.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ protected function configure(): void
4646
->addArgument(
4747
'hook',
4848
InputArgument::OPTIONAL,
49-
'Limit the hook you want to install. By default all hooks get installed.'
49+
'Limit the hooks you want to install. ' .
50+
'You can specify multiple hooks with comma as delimiter. ' .
51+
'By default all hooks get installed.'
5052
)
5153
->addOption(
5254
'force',

0 commit comments

Comments
 (0)