From 2f3f132bba2950037cdcb138fcc9ee1223f24566 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 16 Sep 2024 14:09:17 -0500 Subject: [PATCH] wip --- src/Console/Commands/PailCommand.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Console/Commands/PailCommand.php b/src/Console/Commands/PailCommand.php index 19ff780..339162f 100644 --- a/src/Console/Commands/PailCommand.php +++ b/src/Console/Commands/PailCommand.php @@ -21,11 +21,11 @@ class PailCommand extends Command * {@inheritDoc} */ protected $signature = 'pail - {--filter= : Filter the logs} - {--message= : Filter the logs by the message} - {--level= : Filter the logs by the level} - {--auth= : Filter the logs by the authenticated ID} - {--user= : Filter the logs by the authenticated ID (alias for --auth)}'; + {--filter= : Filter the logs by the given value} + {--message= : Filter the logs by the given message} + {--level= : Filter the logs by the given level} + {--auth= : Filter the logs by the given authenticated ID} + {--user= : Filter the logs by the given authenticated ID (alias for --auth)}'; /** * {@inheritDoc}