Skip to content

Commit 01de988

Browse files
committed
fix: command usages
1 parent 554ce9e commit 01de988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/Commands/Cache/ClearCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ClearCache extends BaseCommand
4646
*
4747
* @var string
4848
*/
49-
protected $usage = 'cache:clear [driver]';
49+
protected $usage = 'cache:clear [<driver>]';
5050

5151
/**
5252
* the Command's Arguments

system/Commands/Help.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Help extends BaseCommand
4848
*
4949
* @var string
5050
*/
51-
protected $usage = 'help command_name';
51+
protected $usage = 'help [<command_name>]';
5252

5353
/**
5454
* the Command's Arguments

0 commit comments

Comments
 (0)