Skip to content

Commit e6b7d18

Browse files
committed
fix: $usage
<table_name> is optional.
1 parent b434be4 commit e6b7d18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Commands/Database/ShowTableInfo.php

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

5353
/**
5454
* The Command's arguments

0 commit comments

Comments
 (0)