From 91652c8dbe518cc7e7cd31197e6f2f5139904149 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 24 Oct 2020 05:08:42 +0700 Subject: main: separate model-specific arguments in help Change-Id: I9646a45d61153499ad3d580a03d930ed20e23cda --- src/osmo-bts-litecell15/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/osmo-bts-litecell15') diff --git a/src/osmo-bts-litecell15/main.c b/src/osmo-bts-litecell15/main.c index 649557be..e29efd57 100644 --- a/src/osmo-bts-litecell15/main.c +++ b/src/osmo-bts-litecell15/main.c @@ -158,7 +158,8 @@ void bts_update_status(enum bts_global_status which, int on) void bts_model_print_help() { - printf( " -w --hw-version Print the targeted HW Version\n" + printf( "\nModel specific options:\n" + " -w --hw-version Print the targeted HW Version\n" " -M --pcu-direct Force PCU to access message queue for " "PDCH dchannel directly\n" " -p --dsp-trace Set DSP trace flags\n" -- cgit v1.2.3