[dpdk-dev] [PATCH] example/vhost_crypto: add new line character in usage

Ibtisam Tariq ibtisam.tariq at emumba.com
Mon Nov 2 12:38:25 CET 2020


Add new line character(\n) in the usage of vhost_crypto example for
better readability

Fixes: 709521f4c2c ("examples/vhost_crypto: support multi-core")
Cc: roy.fan.zhang at intel.com

Signed-off-by: Ibtisam Tariq <ibtisam.tariq at emumba.com>
---
 examples/vhost_crypto/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/vhost_crypto/main.c b/examples/vhost_crypto/main.c
index 11ad49159..29c8f7228 100644
--- a/examples/vhost_crypto/main.c
+++ b/examples/vhost_crypto/main.c
@@ -195,7 +195,7 @@ vhost_crypto_usage(const char *prgname)
 {
 	printf("%s [EAL options] --\n"
 		"  --%s <lcore>,SOCKET-FILE-PATH\n"
-		"  --%s (lcore,cdev_id,queue_id)[,(lcore,cdev_id,queue_id)]"
+		"  --%s (lcore,cdev_id,queue_id)[,(lcore,cdev_id,queue_id)]\n"
 		"  --%s: zero copy\n"
 		"  --%s: guest polling\n",
 		prgname, SOCKET_FILE_KEYWORD, CONFIG_KEYWORD,
-- 
2.17.1



More information about the dev mailing list