Fixes mispelling of establishes.
This commit is contained in:
parent
515ffc38f9
commit
80a3e915b5
|
@ -23,7 +23,7 @@ Program
|
|||
|
||||
Program
|
||||
.command("bluetooth <subcmd> <address> [option]")
|
||||
.description("Connect bluetooth device to PC (pairs) or stablishes serial to bluetooth connection")
|
||||
.description("Connect bluetooth device to PC (pairs) or establishes serial to bluetooth connection")
|
||||
.action(function(subcmd, address, option){
|
||||
switch(subcmd){
|
||||
case 'pair':
|
||||
|
|
Loading…
Reference in New Issue