From 69a558e39628d4ea3ad4063189f95af3e01fef29 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 31 Mar 2016 10:32:07 +0100 Subject: [PATCH] examples/l2fwd-crypto: add missing new line in help Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") Signed-off-by: Pablo de Lara Acked-by: Declan Doherty --- examples/l2fwd-crypto/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c index 5fd4ff1012..0cb46c221b 100644 --- a/examples/l2fwd-crypto/main.c +++ b/examples/l2fwd-crypto/main.c @@ -789,7 +789,7 @@ l2fwd_crypto_usage(const char *prgname) printf("%s [EAL options] --\n" " -p PORTMASK: hexadecimal bitmask of ports to configure\n" " -q NQ: number of queue (=ports) per lcore (default is 1)\n" - " -s manage all ports from single lcore" + " -s manage all ports from single lcore\n" " -t PERIOD: statistics will be refreshed each PERIOD seconds" " (0 to disable, 10 default, 86400 maximum)\n" -- 2.20.1