hlr_vty_subscr.c: fix subscriber creation command help

Change-Id: Id8dda53cdd10aeedf5451109f9e61d6438c3e09b
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;