From da1854c2d7605eaf51f81f01dbbc3fd82895e39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Tue, 17 Sep 2019 14:16:54 +0200 Subject: [PATCH] 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 --- src/simtrace2-remsim_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simtrace2-remsim_client.c b/src/simtrace2-remsim_client.c index 04aa0c6..e97ed9d 100644 --- a/src/simtrace2-remsim_client.c +++ b/src/simtrace2-remsim_client.c @@ -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"