Skip to content

Commit

Permalink
examples/vhost_crypto: add new line character in usage
Browse files Browse the repository at this point in the history
[ upstream commit 854dbee ]

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

Fixes: 709521f ("examples/vhost_crypto: support multi-core")

Signed-off-by: Ibtisam Tariq <ibtisam.tariq@emumba.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
  • Loading branch information
ibtisam-tariq authored and kevintraynor committed Nov 23, 2020
1 parent ac145f3 commit 2fa757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vhost_crypto/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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,
Expand Down

0 comments on commit 2fa757e

Please sign in to comment.