Removed -S message as debugger selection option since it is used for reading bytes
This commit is contained in:
parent
59282b6f66
commit
e2d3161442
|
@ -307,9 +307,8 @@ int find_debuggers(BMP_CL_OPTIONS_t *cl_opts,bmp_info_t *info)
|
||||||
((found_debuggers == 1) && (cl_opts->opt_list_only))) {
|
((found_debuggers == 1) && (cl_opts->opt_list_only))) {
|
||||||
if (!report) {
|
if (!report) {
|
||||||
if (found_debuggers > 1)
|
if (found_debuggers > 1)
|
||||||
DEBUG_WARN("%d debuggers found!\nSelect with -P <pos>, "
|
DEBUG_WARN("%d debuggers found!\nSelect with -P <pos> "
|
||||||
"-s <(partial)serial no.> "
|
"or -s <(partial)serial no.>\n",
|
||||||
"and/or -S <(partial)description>\n",
|
|
||||||
found_debuggers);
|
found_debuggers);
|
||||||
report = true;
|
report = true;
|
||||||
goto rescan;
|
goto rescan;
|
||||||
|
|
Loading…
Reference in New Issue