The following changes since commit 464b6f76a69a1937d87a604346fa9c2b430f7465: libpmem: update print statement for bs now being ULL (2018-07-23 10:12:54 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 9a496382133e8003bd56ab6f3d260c5afadae555: init: unify 't' time period (2018-07-24 15:23:28 -0600) ---------------------------------------------------------------- Jens Axboe (1): init: unify 't' time period init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/init.c b/init.c index 8cb8117..ede0a8b 100644 --- a/init.c +++ b/init.c @@ -2158,7 +2158,7 @@ static void usage(const char *name) printf(" --showcmd\t\tTurn a job file into command line options\n"); printf(" --eta=when\t\tWhen ETA estimate should be printed\n"); printf(" \t\tMay be \"always\", \"never\" or \"auto\"\n"); - printf(" --eta-newline=time\tForce a new line for every 'time'"); + printf(" --eta-newline=t\tForce a new line for every 't'"); printf(" period passed\n"); printf(" --status-interval=t\tForce full status dump every"); printf(" 't' period passed\n"); -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html