Commit 5d9470ff authored by Richard Levitte's avatar Richard Levitte
Browse files

-elapsed is also useful when using gettimeofday

parent e78f1378
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1070,7 +1070,7 @@ int MAIN(int argc, char **argv)

			BIO_printf(bio_err,"\n");
			BIO_printf(bio_err,"Available options:\n");
#ifdef TIMES
#if defined(TIMES) || defined(USE_TOD)
			BIO_printf(bio_err,"-elapsed        measure time in real time instead of CPU user time.\n");
#endif
			BIO_printf(bio_err,"-engine e       use engine e, possibly a hardware device.\n");