client: fix help strings

for the osmo-remsim-client-st2 client,
the command line arguments bankd-port and slot-nr have been renamed
to server-port and client-slot in the opts options, but not in the
help output.
this is now fixed.

Change-Id: Ie23fdc443f2f90f4baf36f8aca237c9994cce8ad
This commit is contained in:
Kevin Redon 2019-09-17 14:16:54 +02:00
parent 3119c2eb1f
commit da1854c2d7
1 changed files with 2 additions and 2 deletions

View File

@ -692,9 +692,9 @@ static void print_welcome(void)
static void print_help(void)
{
printf( "\t-s\t--server-host HOST\n"
"\t-p\t--bankd-port PORT\n"
"\t-p\t--server-port PORT\n"
"\t-c\t--client-id <0-65535>\n"
"\t-n\t--slot-nr <0-65535>\n"
"\t-n\t--client-slot <0-65535>\n"
"\t-h\t--help\n"
"\t-i\t--gsmtap-ip\tA.B.C.D\n"
"\t-k\t--keep-running\n"