From 9c963dca66b13d92271dc4a70a5d48590156afaa Mon Sep 17 00:00:00 2001 From: Joachim Steiger Date: Sat, 25 May 2019 00:49:32 +0200 Subject: [PATCH] osmo-remsim-bankd: Fix typo in help for --num-slots Change-Id: If09833f0d0ba46d7bb204ac9b3b7f8128b4b3799 --- src/bankd/bankd_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bankd/bankd_main.c b/src/bankd/bankd_main.c index 268794b..8cfeb96 100644 --- a/src/bankd/bankd_main.c +++ b/src/bankd/bankd_main.c @@ -219,7 +219,7 @@ static void printf_help() " -i --server-host A.B.C.D remsim-server IP address (default: 127.0.0.1)\n" " -p --server-port <1-65535> remsim-server TCP port (default: 9998)\n" " -b --bank-id <1-65535> Bank Identifier of this SIM bank (default: 1)\n" -" -b --num-slots <1-65535> Number of Slots in this SIM bank (default: 8)\n" +" -n --num-slots <1-65535> Number of Slots in this SIM bank (default: 8)\n" " -I --bind-ip A.B.C.D Local IP address to bind for incoming client\n" " connections (default: INADDR_ANY)\n" " -P --bind-port <1-65535> Local TCP port to bind for incoming client\n"