Commit 927e75f6 authored by Richard Levitte's avatar Richard Levitte
Browse files

-elapsed is also useful when using gettimeofday

parent 8a7480ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -689,7 +689,7 @@ int MAIN(int argc, char **argv)
			BIO_printf(bio_err,"\n");
#endif

#ifdef TIMES
#if defined(TIMES) || defined(USE_TOD)
			BIO_printf(bio_err,"\n");
			BIO_printf(bio_err,"Available options:\n");
			BIO_printf(bio_err,"-elapsed        measure time in real time instead of CPU user time.\n");