Skip to content

Commit d4e63fb

Browse files
committed
Switched --s to be singline option instead of short
1 parent 4cea617 commit d4e63fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/ShowLog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class ShowLog extends Command
3232
{--c|count= : Show this amount of entries, default is '.self::DEFAULT_COUNT.'}
3333
{--l|level= : Show only entries with this log level}
3434
{--channel= : Use this specified logging channel}
35-
{--s|short : Only show short snippets}
36-
{--singleline : Show single-lined layout}
35+
{--short : Only show short snippets}
36+
{--s|singleline : Show single-lined layout}
3737
{--stacktrace : Show the full stacktrace}
3838
';
3939

0 commit comments

Comments
 (0)