Fixed help string contents.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6041 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2015-09-17 12:33:24 +00:00
parent ff06c5a467
commit ba6aef184f
1 changed files with 4 additions and 6 deletions

View File

@ -7444,8 +7444,6 @@ bool BrfModule::onCmdControl(BrfInterface* ifc, Message& msg)
"\r\n Set or retrieve RX FPGA PHASE correction"
"\r\ncontrol ifc_name rxfpgagain [value=]"
"\r\n Set or retrieve RX FPGA GAIN correction"
"\r\ncontrol ifc_name correction tx=boolean corr={dc-i|dc-q|fpga-gain|fpga-phase} [value=]"
"\r\n Set or retrieve TX/RX DC I/Q or FPGA GAIN/PHASE correction"
"\r\ncontrol ifc_name showstatus"
"\r\n Output interface status"
"\r\ncontrol ifc_name showboardstatus"
@ -7456,10 +7454,6 @@ bool BrfModule::onCmdControl(BrfInterface* ifc, Message& msg)
"\r\n Output interface and board timestamps"
"\r\ncontrol ifc_name showlms [addr=] [len=]"
"\r\n Output LMS registers"
"\r\ncontrol ifc_name vgagain tx=boolean vga={1|2} [gain=]"
"\r\n Set or retrieve TX/RX VGA mixer gain"
"\r\ncontrol ifc_name correction tx=boolean corr={dc-i|dc-q|fpga-gain|fpga-phase} [value=]"
"\r\n Set or retrieve TX/RX DC I/Q or FPGA GAIN/PHASE correction"
"\r\ncontrol ifc_name lmswrite addr= value= [resetmask=]"
"\r\n Set LMS value at given address. Use reset mask for partial register set"
"\r\ncontrol ifc_name bufoutput tx=boolean [count=] [nodata=boolean]"
@ -7468,6 +7462,10 @@ bool BrfModule::onCmdControl(BrfInterface* ifc, Message& msg)
"\r\n Set interface RX DC info output"
"\r\ncontrol ifc_name txpattern [pattern=]"
"\r\n Set interface TX pattern"
"\r\ncontrol ifc_name vgagain tx=boolean vga={1|2} [gain=]"
"\r\n Set or retrieve TX/RX VGA mixer gain"
"\r\ncontrol ifc_name correction tx=boolean corr={dc-i|dc-q|fpga-gain|fpga-phase} [value=]"
"\r\n Set or retrieve TX/RX DC I/Q or FPGA GAIN/PHASE correction"
"\r\ncontrol ifc_name show [info=status|statistics|timestamps|boardstatus|peripheral] [peripheral=all|list(lms,gpio,vctcxo,si5338)] [addr=] [len=]"
"\r\n Verbose output various interface info"
"\r\ncontrol bladerf test oper=start|stop|pause|resume|exec"