Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / database.log.clear.yml
index 29a4ac69d950a5ff6bb0e7c5f298cf199b8f9594..a5812dccb391dc83b9c4a9bcc51e22b89beaabba 100644 (file)
@@ -9,3 +9,14 @@ messages:
     event-deleted: 'Event "%s" was deleted'
     clear-error: 'Clear process fail, please check used filters'
     clear-sucess: 'Clear of events was successfully'
+examples:
+    - description: 'Clear the database log from DBLog table'
+      execution: |
+        drupal database:log:clear \
+          <database>
+    - description: 'Clear the database log from DBLog table using filters'
+      execution: |
+        drupal database:log:clear \
+          <database> \
+          --type=TYPE \
+          --severity=SEVERITY
\ No newline at end of file