From 4a4bc0ed6e6d8890e192f6c099e6fa20c69c42a6 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 24 Jul 2022 20:15:45 +0700 Subject: trxcon: get rid of DEBUG_DEFAULT, give an example Change-Id: If2d2afb18238df89aa4cdaed9a38810f647b3189 --- src/host/trxcon/src/trxcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host/trxcon/src/trxcon.c') diff --git a/src/host/trxcon/src/trxcon.c b/src/host/trxcon/src/trxcon.c index 0cc0de99..df411c39 100644 --- a/src/host/trxcon/src/trxcon.c +++ b/src/host/trxcon/src/trxcon.c @@ -406,7 +406,7 @@ static void print_help(void) { printf(" Some help...\n"); printf(" -h --help this text\n"); - printf(" -d --debug Change debug flags. Default: %s\n", DEBUG_DEFAULT); + printf(" -d --debug Change debug flags (e.g. DL1C:DSCH)\n"); printf(" -b --trx-bind TRX bind IP address (default 0.0.0.0)\n"); printf(" -i --trx-remote TRX remote IP address (default 127.0.0.1)\n"); printf(" -p --trx-port Base port of TRX instance (default 6700)\n"); -- cgit v1.2.3