aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-22 13:36:46 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-22 13:36:46 +0800
commit01cf14d679ead494e2c59b71b3a4647225f9f548 (patch)
tree3d9e11d0ff36e83edd31c6c77b9aa81fe5ec2f35
parent840447e2bf38a2d583fcee8a542b26548eb8a30a (diff)
nat: Use show bsc config for showing the configuration.
-rw-r--r--openbsc/src/nat/bsc_nat_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/nat/bsc_nat_vty.c b/openbsc/src/nat/bsc_nat_vty.c
index 3abd58678..cbac44c6b 100644
--- a/openbsc/src/nat/bsc_nat_vty.c
+++ b/openbsc/src/nat/bsc_nat_vty.c
@@ -118,8 +118,8 @@ DEFUN(show_bsc, show_bsc_cmd, "show bsc connections",
return CMD_SUCCESS;
}
-DEFUN(show_bsc_cfg, show_bsc_cfg_cmd, "bsc config show",
- "Display information about known BSC configs")
+DEFUN(show_bsc_cfg, show_bsc_cfg_cmd, "show bsc config",
+ SHOW_STR "Display information about known BSC configs")
{
struct bsc_config *conf;
llist_for_each_entry(conf, &_nat->bsc_configs, entry) {