Cosmetic: Add missing switch to usage help

Adds the -p --pcap option to the help text.

Change-Id: I3e763c30ca13bc51c8b72af8a94558c92439f109
This commit is contained in:
Philipp Maier 2016-10-14 18:08:00 +02:00 committed by Harald Welte
parent d37981e8f7
commit 5e5d94cd1b
1 changed files with 1 additions and 0 deletions

View File

@ -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)