hlr_vty_subscr.c: fix subscriber creation command help

Change-Id: Id8dda53cdd10aeedf5451109f9e61d6438c3e09b
This commit is contained in:
Vadim Yanitskiy
2018-07-30 14:29:39 +07:00
committed by Harald Welte
parent dab544e14b
commit f473c7b23c

View File

@@ -163,8 +163,9 @@ DEFUN(subscriber_create,
subscriber_create_cmd,
SUBSCR_CMD "imsi IDENT create",
SUBSCR_CMD_HELP
"Create subscriber by IMSI\n"
"IMSI/MSISDN/ID of the subscriber\n")
"Identify subscriber by IMSI\n"
"IMSI/MSISDN/ID of the subscriber\n"
"Create subscriber by IMSI\n")
{
int rc;
struct hlr_subscriber subscr;