diff --git a/src/Drupal/Commands/core/WatchdogCommands.php b/src/Drupal/Commands/core/WatchdogCommands.php index 6b43bfb6d9..69781fb5d0 100644 --- a/src/Drupal/Commands/core/WatchdogCommands.php +++ b/src/Drupal/Commands/core/WatchdogCommands.php @@ -201,7 +201,7 @@ public function interactList($input, $output): void * Delete messages with id 64. * @usage drush watchdog:delete "cron run succesful" * Delete messages containing the string "cron run succesful". - * @usage drush watchdog:delete --severity=notice + * @usage drush watchdog:delete --severity=Notice * Delete all messages with a severity of notice. * @usage drush watchdog:delete --type=cron * Delete all messages of type cron.