aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
diff options
context:
space:
mode:
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;