From 49f26bf6e8285cd99f7e5d71d9f902f10b9212a1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 20 Dec 2014 15:21:43 +0100 Subject: Fix VTY documentation Documentation error (missing docs): --- src/pcu_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pcu_vty.c') 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; -- cgit v1.2.3