From 7b1c4a5565bd98af10c1cc2f76d7d9fc374cf711 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Thu, 14 Jul 2022 20:41:07 -0400 Subject: [PATCH] hosted/cli: Remove the `-d`/`--device` deprecation warning This option is still useful to many users and there isn't a particular reason for it to be marked deprecated --- src/platforms/hosted/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/hosted/cli.c b/src/platforms/hosted/cli.c index 2c1180e..419dbc9 100644 --- a/src/platforms/hosted/cli.c +++ b/src/platforms/hosted/cli.c @@ -145,7 +145,7 @@ static void cl_help(char **argv) "\t 1 = INFO, 2 = GDB, 4 = TARGET, 8 = PROBE, 16 = WIRE\n" "\n" "Probe selection arguments [-d PATH | -P NUMBER | -s SERIAL | -c TYPE]:\n" - "\t-d, --device Use a serial device at the given path (Deprecated!)\n" + "\t-d, --device Use a serial device at the given path\n" "\t-P, --probe Use the th debug probe found while scanning the\n" "\t system, see the output from list for the order\n" "\t-s, --serial Select the debug probe with the given serial number\n"