aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-20 15:21:43 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-20 15:22:09 +0100
commit49f26bf6e8285cd99f7e5d71d9f902f10b9212a1 (patch)
tree5de6378b20ccfe4a8076702f09da240396647478 /src/pcu_vty.c
parent07e39302ecc1fc995f3b9fee5d867ea771621474 (diff)
Fix VTY documentation
Documentation error (missing docs): <command id='show tbf all'> <param name='all' doc='(null)' />
Diffstat (limited to 'src/pcu_vty.c')
-rw-r--r--src/pcu_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 2fd878ca..578a10ba 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -290,7 +290,7 @@ DEFUN(show_bts_stats,
DEFUN(show_tbf,
show_tbf_cmd,
"show tbf all",
- SHOW_STR "information about all current TBFs\n")
+ SHOW_STR "information about TBFs\n" "All TBFs\n")
{
struct gprs_rlcmac_bts *bts = bts_main_data();
struct llist_head *tbf;