Skip to content

Commit 101f97f

Browse files
committed
magento/magento2#: Add description for the --type option of 'setup:db-declaration:generate-patch' command.
1 parent 7ffabd0 commit 101f97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Developer/Console/Command/GeneratePatchCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected function configure()
7979
self::INPUT_KEY_PATCH_TYPE,
8080
null,
8181
InputOption::VALUE_OPTIONAL,
82-
'Find out what type of patch should be generated.',
82+
'Find out what type of patch should be generated. Available values: `data`, `schema`.',
8383
'data'
8484
),
8585
]);

0 commit comments

Comments
 (0)