t/io_uring.c: Adding \n on help
authorErwan Velu <e.velu@criteo.com>
Sat, 25 Sep 2021 20:45:51 +0000 (22:45 +0200)
committerErwan Velu <e.velu@criteo.com>
Sat, 25 Sep 2021 20:45:51 +0000 (22:45 +0200)
Without these \n, the new options were baddly printed

Signed-off-by: Erwan Velu <e.velu@criteo.com>
t/io_uring.c

index 503e5b69f050d42bacf44ffff01611b2f563fb61..f22c504afc6ad3dbab725dcb1395ba725d7bb196 100644 (file)
@@ -803,8 +803,8 @@ static void usage(char *argv, int status)
                " -F <bool> : Register files, default %d\n"
                " -n <int>  : Number of threads, default %d\n"
                " -O <bool> : Use O_DIRECT, default %d\n"
-               " -N <bool> : Perform just no-op requests, default %d"
-               " -t <bool> : Track IO latencies, default %d"
+               " -N <bool> : Perform just no-op requests, default %d\n"
+               " -t <bool> : Track IO latencies, default %d\n"
                " -T <int>  : TSC rate in HZ\n",
                argv, DEPTH, BATCH_SUBMIT, BATCH_COMPLETE, BS, polled,
                fixedbufs, register_files, nthreads, !buffered, do_nop, stats);