From: Jens Axboe Date: Tue, 24 Jul 2018 21:23:28 +0000 (-0600) Subject: init: unify 't' time period X-Git-Tag: fio-3.9~57 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9a496382133e8003bd56ab6f3d260c5afadae555;p=fio.git init: unify 't' time period Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index 8cb81179..ede0a8b9 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");