aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-07-25 11:33:50 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2019-07-25 11:39:11 +0200
commit6f3bbd4b9f82b5ad3b3a1de0d8fb25e822cc8007 (patch)
tree557702d813c85e9e555108a13235d349597b33e9 /src
parenteb5769b8b377151e095ebdd25f43670f4d62277c (diff)
stats_vty: Add verb to sentence for show asciidoc counters
Diffstat (limited to 'src')
-rw-r--r--src/vty/stats_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/stats_vty.c b/src/vty/stats_vty.c
index 8c2ddc62..296519c3 100644
--- a/src/vty/stats_vty.c
+++ b/src/vty/stats_vty.c
@@ -510,7 +510,7 @@ DEFUN(show_stats_asciidoc_table,
SHOW_STR "Asciidoc generation\n" "Generate table of all registered counters\n")
{
vty_out(vty, "// autogenerated by show asciidoc counters%s", VTY_NEWLINE);
- vty_out(vty, "These counters and their description based on %s %s (%s).%s%s",
+ vty_out(vty, "These counters and their description are based on %s %s (%s).%s%s",
host.app_info->name,
host.app_info->version,
host.app_info->name ? host.app_info->name : "", VTY_NEWLINE, VTY_NEWLINE);