aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-11-05 15:14:59 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-11-06 21:41:51 +0100
commit2eb6e2c0adf2bd4d38ef47bc69e8c1e29eb3c889 (patch)
tree68a8521abb3ee48e8eccc5bc66fd8d5ee7ea644d /openbsc/src/gprs/gb_proxy_vty.c
parent3ffcf2045c402b7342685d34e89c996baec31815 (diff)
gb_proxy: Make sure each parameter has some sort of documentation
Diffstat (limited to 'openbsc/src/gprs/gb_proxy_vty.c')
-rw-r--r--openbsc/src/gprs/gb_proxy_vty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gb_proxy_vty.c b/openbsc/src/gprs/gb_proxy_vty.c
index 1aa4ff505..09395ed6b 100644
--- a/openbsc/src/gprs/gb_proxy_vty.c
+++ b/openbsc/src/gprs/gb_proxy_vty.c
@@ -65,7 +65,9 @@ DEFUN(cfg_gbproxy,
DEFUN(cfg_nsip_sgsn_nsei,
cfg_nsip_sgsn_nsei_cmd,
"sgsn nsei <0-65534>",
- "Set the NSEI to be used in the connection with the SGSN")
+ "SGSN information\n"
+ "NSEI to be used in the connection with the SGSN\n"
+ "The NSEI\n")
{
unsigned int port = atoi(argv[0]);