Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/10253


Change subject: hlr_vty_subscr.c: fix subscriber creation command help
......................................................................

hlr_vty_subscr.c: fix subscriber creation command help

Change-Id: Id8dda53cdd10aeedf5451109f9e61d6438c3e09b
---
M src/hlr_vty_subscr.c
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/53/10253/1

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 @@
       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;

--
To view, visit https://gerrit.osmocom.org/10253
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8dda53cdd10aeedf5451109f9e61d6438c3e09b
Gerrit-Change-Number: 10253
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>

Reply via email to