[Pdbg] [PATCH 1/2] main: Fix -D option

Michael Neuling mikey at neuling.org
Thu May 24 16:42:42 AEST 2018


Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 20f5319b65..acd38cafdf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -182,7 +182,7 @@ static bool parse_options(int argc, char *argv[])
 		{"processor",		required_argument,	NULL,	'p'},
 		{"slave-address",	required_argument,	NULL,	's'},
 		{"thread",		required_argument,	NULL,	't'},
-		{"debug",		required_argument,	NULL,	'V'},
+		{"debug",		required_argument,	NULL,	'D'},
 		{"version",		no_argument,		NULL,	'V'},
 		{"expert",		no_argument,		NULL,	'E'},
 		{NULL,			0,			NULL,     0}
-- 
2.17.0



More information about the Pdbg mailing list