From 15c383b0d1b89c14e3122fc053fea9d521da65b8 Mon Sep 17 00:00:00 2001 From: "Julian M. Kunkel" Date: Sat, 7 Jul 2018 12:20:29 +0100 Subject: [PATCH] Extended description for #44 --- src/ior.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ior.c b/src/ior.c index 59b7802..6a2a153 100755 --- a/src/ior.c +++ b/src/ior.c @@ -826,7 +826,7 @@ static void DisplayUsage(char **argv) " -s N segmentCount -- number of segments", " -S useStridedDatatype -- put strided access into datatype [not working]", " -t N transferSize -- size of transfer in bytes (e.g.: 8, 4k, 2m, 1g)", - " -T N maxTimeDuration -- max time in minutes for each test", + " -T N maxTimeDuration -- max time in minutes executing repeated test; it aborts only between iterations and not within a test!", " -u uniqueDir -- use unique directory name for each file-per-process", " -U S hintsFileName -- full name for hints file", " -v verbose -- output information (repeating flag increases level)",