diff options
Diffstat (limited to 'src/plugins/map')
-rw-r--r-- | src/plugins/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
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* */ |