aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-10-14 18:08:00 +0200
committerHarald Welte <laforge@gnumonks.org>2016-11-01 21:56:23 +0000
commit5e5d94cd1b81e3ac0cd9b4423567d56394f15fac (patch)
tree73cb65418fe297158419f9808c3559d240a31271 /openbsc/src
parentd37981e8f7151c6a5733f52f3209372fe96d2e59 (diff)
Cosmetic: Add missing switch to usage help
Adds the -p --pcap option to the help text. Change-Id: I3e763c30ca13bc51c8b72af8a94558c92439f109
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index 28dbb6f90..552ab4f61 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -108,6 +108,7 @@ static void print_help()
printf(" -m --mncc-sock Same as `-M /tmp/bsc_mncc' (deprecated).\n");
printf(" -C --no-dbcounter Disable regular syncing of counters to database.\n");
printf(" -r --rf-ctl PATH A unix domain socket to listen for cmds.\n");
+ printf(" -p --pcap PATH Write abis communication to pcap trace file.\n");
}
static void handle_options(int argc, char **argv)