From e2d3161442443e7613b952bc5215aa2f2ca7d1dc Mon Sep 17 00:00:00 2001 From: fabalthazar Date: Sat, 9 Oct 2021 21:38:48 +0200 Subject: [PATCH] Removed -S message as debugger selection option since it is used for reading bytes --- src/platforms/hosted/bmp_libusb.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/platforms/hosted/bmp_libusb.c b/src/platforms/hosted/bmp_libusb.c index b866ee4a..fdcb2efc 100644 --- a/src/platforms/hosted/bmp_libusb.c +++ b/src/platforms/hosted/bmp_libusb.c @@ -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 , " - "-s <(partial)serial no.> " - "and/or -S <(partial)description>\n", + DEBUG_WARN("%d debuggers found!\nSelect with -P " + "or -s <(partial)serial no.>\n", found_debuggers); report = true; goto rescan;