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
|
||||
*/
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user