aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-07-05 11:28:59 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-07-05 11:29:12 +0200
commitaa155040978b65a2d278064d35d355202ad520ac (patch)
tree6021b0d7173036ca6aac91dd003230d2f17c3968
parent3ae0be0f12c9b017c9aaa2761116bec4be4781b1 (diff)
sysmo: Remove non longer valid -p option from help
The dsp-trace-flags command line argument was removed in 9684099ae905e6e61cbc326035d0b37c480f6172 Change-Id: I8dbcdc7080ca3f7d7968aeef24422faa75d925fe
-rw-r--r--src/osmo-bts-sysmo/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index a8b7b504..ce12d63d 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -120,7 +120,6 @@ void bts_update_status(enum bts_global_status which, int on)
void bts_model_print_help()
{
printf(
- " -p --dsp-trace Set DSP trace flags\n"
" -w --hw-version Print the targeted HW Version\n"
" -M --pcu-direct Force PCU to access message queue for "
"PDCH dchannel directly\n"