From: Erwan Velu Date: Sat, 25 Sep 2021 20:45:51 +0000 (+0200) Subject: t/io_uring.c: Adding \n on help X-Git-Tag: fio-3.29~92^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=4a39c5247af28fbff10ad59708d35994ff9b2289 t/io_uring.c: Adding \n on help Without these \n, the new options were baddly printed Signed-off-by: Erwan Velu --- diff --git a/t/io_uring.c b/t/io_uring.c index 503e5b69..f22c504a 100644 --- a/t/io_uring.c +++ b/t/io_uring.c @@ -803,8 +803,8 @@ static void usage(char *argv, int status) " -F : Register files, default %d\n" " -n : Number of threads, default %d\n" " -O : Use O_DIRECT, default %d\n" - " -N : Perform just no-op requests, default %d" - " -t : Track IO latencies, default %d" + " -N : Perform just no-op requests, default %d\n" + " -t : Track IO latencies, default %d\n" " -T : TSC rate in HZ\n", argv, DEPTH, BATCH_SUBMIT, BATCH_COMPLETE, BS, polled, fixedbufs, register_files, nthreads, !buffered, do_nop, stats);