We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cea617 commit d4e63fbCopy full SHA for d4e63fb
src/Commands/ShowLog.php
@@ -32,8 +32,8 @@ class ShowLog extends Command
32
{--c|count= : Show this amount of entries, default is '.self::DEFAULT_COUNT.'}
33
{--l|level= : Show only entries with this log level}
34
{--channel= : Use this specified logging channel}
35
- {--s|short : Only show short snippets}
36
- {--singleline : Show single-lined layout}
+ {--short : Only show short snippets}
+ {--s|singleline : Show single-lined layout}
37
{--stacktrace : Show the full stacktrace}
38
';
39
0 commit comments