Removed -S message as debugger selection option since it is used for reading bytes

This commit is contained in:
fabalthazar 2021-10-09 21:38:48 +02:00
父節點 59282b6f66
當前提交 e2d3161442
共有 1 個檔案被更改,包括 2 行新增3 行删除

查看文件

@ -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))) {
if (!report) {
if (found_debuggers > 1)
DEBUG_WARN("%d debuggers found!\nSelect with -P <pos>, "
"-s <(partial)serial no.> "
"and/or -S <(partial)description>\n",
DEBUG_WARN("%d debuggers found!\nSelect with -P <pos> "
"or -s <(partial)serial no.>\n",
found_debuggers);
report = true;
goto rescan;