From 9a496382133e8003bd56ab6f3d260c5afadae555 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 24 Jul 2018 15:23:28 -0600 Subject: [PATCH] init: unify 't' time period Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.25.1