From a6b2162de1674dff32d200a667c1fe7b36d09a7c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 20 Sep 2022 16:06:12 +0300 Subject: [PATCH] Docs: use valid severity in example usage (#5246) --- src/Drupal/Commands/core/WatchdogCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.