Fix for 4bbb826
command syntax for Comm* commands was displaying incorrectly
This commit is contained in:
@@ -17,8 +17,8 @@ class CommBinkpSend extends Command
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'comm:binkp:send'
|
||||
.'{--N|now : Dont queue}'
|
||||
.'{ftn : FTN to Send to}';
|
||||
.' {--N|now : Dont queue}'
|
||||
.' {ftn : FTN to Send to}';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
@@ -17,8 +17,8 @@ class CommEMSISend extends Command
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'comm:emsi:send'
|
||||
.'{--N|now : Dont queue}'
|
||||
.'{ftn : FTN to Send to}';
|
||||
.' {--N|now : Dont queue}'
|
||||
.' {ftn : FTN to Send to}';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
Reference in New Issue
Block a user