scan trimbits_scan changed to trimbits

This commit is contained in:
2020-10-20 12:31:08 +02:00
parent 0460d7e531
commit cefddff848
3 changed files with 7 additions and 7 deletions

View File

@ -1027,12 +1027,12 @@ std::string CmdProxy::Scan(int action) {
std::ostringstream os;
os << cmd << ' ';
if (action == defs::HELP_ACTION) {
os << "[dac_name|0|trimbit_scan] [start_val] [stop_val] "
os << "[dac_name|0|trimbits] [start_val] [stop_val] "
"[step_size] [dac settling time ns|us|ms|s]\n\tEnables/ disables "
"scans for dac and trimbits \n\tEnabling scan sets number of "
"frames to number of steps in receiver. \n\tTo cancel scan "
"configuration, set dac to '0', which also sets number of frames "
"to 1. \n\t[Eiger][Mythen3] Use trimbit_scan as dac name for a "
"to 1. \n\t[Eiger][Mythen3] Use trimbits as dac name for a "
"trimbit scan."
<< '\n';
} else if (action == defs::GET_ACTION) {