Index: src/tests/concurrent/examples/quickSort.c
===================================================================
--- src/tests/concurrent/examples/quickSort.c	(revision ff39851102f29c0466f925cb5ee671c50e7fa955)
+++ src/tests/concurrent/examples/quickSort.c	(revision 1449d83d58f534d045be59bb9bcd5ecab96c5519)
@@ -9,6 +9,6 @@
 // Created On       : Wed Dec  6 12:15:52 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Jan 29 08:41:37 2018
-// Update Count     : 155
+// Last Modified On : Tue Jan 30 15:58:58 2018
+// Update Count     : 162
 //
 
@@ -100,6 +100,5 @@
 	if ( argc != 1 ) {									// do not use defaults
 		if ( argc < 2 || argc > 4 ) usage( argv );		// wrong number of options
-//		if ( strcmp( argv[1], "-t" ) == 0 ) {			// timing ?
-		if ( argv[1][0] == '-' && argv[1][1] == 't' ) {	// timing ?
+		if ( strcmp( argv[1], "-t" ) == 0 ) {			// timing ?
 			&unsortedfile = (ifstream *)0;				// no input
 			choose ( argc ) {
