We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b434be4 commit e6b7d18Copy full SHA for e6b7d18
1 file changed
system/Commands/Database/ShowTableInfo.php
@@ -48,7 +48,7 @@ class ShowTableInfo extends BaseCommand
48
*
49
* @var string
50
*/
51
- protected $usage = 'db:table <table_name> [options]';
+ protected $usage = 'db:table [<table_name>] [options]';
52
53
/**
54
* The Command's arguments
0 commit comments