aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/vty_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 03a475844..085b8a59a 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -1466,7 +1466,7 @@ DEFUN(cfg_net_grace_ussd,
DEFUN(cfg_net_welcome_ussd,
cfg_net_welcome_ussd_cmd,
- "bsc-welcome-txt .TEXT",
+ "bsc-welcome-text .TEXT",
"Set the USSD notification to be sent.\n" "Text to be sent\n")
{
char *data = argv_concat(argv, argc, 1);