Fix client_id/bank_id/slot_nr range in manual + --help output

The RSPRO.asn protocol defines the ranges 0..1023 for slot, bank
and client IDs.  Don't make misleading claims in manual and/or
help messages.

Change-Id: Id383b2bea4c014e7b61ae02e7062ba4db5c2dc20
diff --git a/src/bankd/bankd_main.c b/src/bankd/bankd_main.c
index 2923924..fcdbf76 100644
--- a/src/bankd/bankd_main.c
+++ b/src/bankd/bankd_main.c
@@ -277,8 +277,8 @@
 "  -d --debug option		Enable debug logging (e.g. DMAIN:DST2)\n"
 "  -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"
-"  -n --num-slots <1-65535>	Number of Slots in this SIM bank (default: 8)\n"
+"  -b --bank-id <1-1023>	Bank Identifier of this SIM bank (default: 1)\n"
+"  -n --num-slots <1-1023>	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"