firemod: more cleanup

This commit is contained in:
Jed Reynolds
2020-02-17 16:08:30 -08:00
parent 704c074b68
commit 8615d8cf15

View File

@@ -78,7 +78,8 @@ our @known_tos = qw(DONT-SET LOWCOST LOWDELAY RELIABILITY THROUGHPUT);
# Nothing to configure below here, most likely.
########################################################################
our $usage = qq^$0 [ --action {
our $usage = <<__EndOfUsage__
$0 [ --action {
create_cx | create_endp | create_arm |
delete_cx | delete_cxe | delete_endp | do_cmd |
list_cx | list_endp | list_ports |
@@ -156,7 +157,7 @@ Example:
--endp_type lf_tcp --port_name wlan2 --multicon 1
$0 --mgr localhost --action create_cx --cx_name test1 --cx_endps test1a,test1b
^;
__EndOfUsage__;
my $i = 0;
my $cmd;