Skip to content

Commit

Permalink
Docs: use valid severity in example usage (#5246)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 20, 2022
1 parent 743e6c4 commit a6b2162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Commands/core/WatchdogCommands.php
Expand Up @@ -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.
Expand Down

0 comments on commit a6b2162

Please sign in to comment.