aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-07-30 14:29:39 +0700
committerHarald Welte <laforge@gnumonks.org>2018-07-30 16:37:27 +0000
commitf473c7b23cc5e80a953327353a4407fcdde0eea7 (patch)
tree05f894ef7c5d2fa5c8b5fd79d0060b728383db11
parentdab544e14bedb990a3cbcc0df53a97d1bb24e973 (diff)
hlr_vty_subscr.c: fix subscriber creation command help
-rw-r--r--src/hlr_vty_subscr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hlr_vty_subscr.c b/src/hlr_vty_subscr.c
index 9ee6948..6ce96fe 100644
--- a/src/hlr_vty_subscr.c
+++ b/src/hlr_vty_subscr.c
@@ -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;