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