From cfd30860fb1db3add1a2548d758eb72362416bbc Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 23 Apr 2019 15:29:50 -0400 Subject: plugins: clean up plugin descriptions - Make plugin descriptions more consistent so the output of "show plugin" can be used in the wiki. Change-Id: I4c6feb11e7dcc5a4cf0848eed37f1d3b035c7dda Signed-off-by: Dave Wallace (cherry picked from commit 1d1985de91833a5483a6b7ee96ef4090d530a7a6) --- src/plugins/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/map/map.c') diff --git a/src/plugins/map/map.c b/src/plugins/map/map.c index 6b15ee1919e..7a44a1905d4 100644 --- a/src/plugins/map/map.c +++ b/src/plugins/map/map.c @@ -2158,7 +2158,7 @@ VLIB_CLI_COMMAND(map_if_command, static) = { VLIB_PLUGIN_REGISTER() = { .version = VPP_BUILD_VER, - .description = "Mapping of address and port (MAP)", + .description = "Mapping of Address and Port (MAP)", }; /* *INDENT-ON* */ -- cgit 1.2.3-korg