cl_utils: List -l option in the help.

This commit is contained in:
Uwe Bonnes 2021-04-26 19:12:00 +02:00 committed by UweBonnes
parent 517d5b5b31
commit f0dd8c9517
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ static void cl_help(char **argv)
DEBUG_WARN("\t-h\t\t: This help.\n");
DEBUG_WARN("\t-v[bitmask]\t: Increasing verbosity. Bitmask:\n");
DEBUG_WARN("\t\t\t 1 = INFO, 2 = GDB, 4 = TARGET, 8 = PROBE, 16 = WIRE\n");
DEBUG_WARN("\t-l\t\t: List available probes\n");
DEBUG_WARN("Probe selection arguments:\n");
DEBUG_WARN("\t-d \"path\"\t: Use serial BMP device at <path>");
#if HOSTED_BMP_ONLY == 1 && defined(__APPLE__)