You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Commands/core/WatchdogCommands.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public function __construct(protected Connection $connection)
47
47
#[CLI\Option(name: 'severity-min', description: 'Restrict to messages of a given severity level and higher.')]
48
48
#[CLI\Option(name: 'type', description: 'Restrict to messages of a given type.')]
49
49
#[CLI\Option(name: 'extended', description: 'Return extended information about each message.')]
50
-
#[CLI\Option(name: 'date_format', description: 'Specify a date format for the date console output.')]
50
+
#[CLI\Option(name: 'date-format', description: 'Specify a date format for the date console output.')]
51
51
#[CLI\Usage(name: 'drush watchdog:show', description: 'Show a listing of most recent 10 messages.')]
52
52
#[CLI\Usage(name: 'drush watchdog:show "cron run successful"', description: 'Show a listing of most recent 10 messages containing the string <info>cron run successful</info>.')]
53
53
#[CLI\Usage(name: 'drush watchdog:show --count=46', description: 'Show a listing of most recent 46 messages.')]
@@ -71,7 +71,7 @@ public function __construct(protected Connection $connection)
0 commit comments