On Mon, Nov 2, 2020 at 12:56 PM Ibtisam Tariq <ibtisam.ta...@emumba.com> wrote: > > 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.zh...@intel.com > > Signed-off-by: Ibtisam Tariq <ibtisam.ta...@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 >
Reviewed-by: David Marchand <david.march...@redhat.com> -- David Marchand