misc: fix typo in set-ipfix-exporter CLI short_help 46/27046/2
authorIgnas Bacius <ignas@noia.network>
Tue, 18 Feb 2020 10:33:09 +0000 (12:33 +0200)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Sat, 16 May 2020 02:35:33 +0000 (02:35 +0000)
Type: fix
Change-Id: Id6687780b9a740323bd2eef58447864e70dc0235
Signed-off-by: Ignas Bacius <ignas@noia.network>
src/vnet/ipfix-export/flow_report.c

index d904479..1976ffc 100644 (file)
@@ -569,7 +569,7 @@ VLIB_CLI_COMMAND (set_ipfix_exporter_command, static) = {
                   "collector <ip4-address> [port <port>] "
                   "src <ip4-address> [fib-id <fib-id>] "
                   "[path-mtu <path-mtu>] "
-                  "[template-interval <template-interval>]",
+                  "[template-interval <template-interval>] "
                   "[udp-checksum]",
     .function = set_ipfix_exporter_command_fn,
 };