Skip to content

Commit 1e5029e

Browse files
committed
Add usage hint about detecting pending entity updates.
1 parent ab8e8a7 commit 1e5029e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/core/UpdateDBCommands.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public function updatedb($options = ['cache-clear' => true, 'entity-updates' =>
8080
* @bootstrap full
8181
* @kernel update
8282
* @aliases entup,entity-updates
83+
* @usage drush updatedb:status --entity-updates | grep entity-update
84+
* Use updatedb:status to detect pending updates.
8385
*
8486
*/
8587
public function entityUpdates($options = ['cache-clear' => true])

0 commit comments

Comments
 (0)