From cdc93da3a4686ef0076d3131fed25c5363572220 Mon Sep 17 00:00:00 2001 From: "Julian M. Kunkel" Date: Sat, 9 Dec 2017 17:24:31 +0100 Subject: [PATCH] Check for command line slight naming change. --- src/ior.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ior.c b/src/ior.c index e6f6033..ca7529b 100755 --- a/src/ior.c +++ b/src/ior.c @@ -2282,8 +2282,7 @@ static void ValidateTests(IOR_param_t * test) && test->checkRead != TRUE && test->checkWrite != TRUE) ERR("test must write, read, or check read/write file"); if(! test->setTimeStampSignature && test->writeFile != TRUE && test->checkRead == TRUE) - ERR("readCheck requires to write a timeStampSignature before using -G"); - + ERR("using readCheck only requires to write a timeStampSignature -- use -G"); if (test->segmentCount < 0) ERR("segment count must be positive value"); if ((test->blockSize % sizeof(IOR_size_t)) != 0)