From db0e2791e04fcc7ff3842f3f189fde1618060837 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 11 Mar 2014 08:25:59 +0000 Subject: [PATCH] Oops. This was apparently the victim of an overly aggressive search/replace. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1152 632fc199-4ca6-4c93-a231-07263d6284db --- java/TJBench.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/TJBench.java b/java/TJBench.java index eaf5fa3..8d663fc 100644 --- a/java/TJBench.java +++ b/java/TJBench.java @@ -626,7 +626,7 @@ class TJBench { System.out.println(" decompression (these options are mutually exclusive)"); System.out.println("-grayscale = Perform lossless grayscale conversion prior to decompression"); System.out.println(" test (can be combined with the other transforms above)"); - System.out.println("-benchTime = Run each benchmark for at least seconds (default = 5.0)\n"); + System.out.println("-benchtime = Run each benchmark for at least seconds (default = 5.0)\n"); System.out.println("NOTE: If the quality is specified as a range (e.g. 90-100), a separate"); System.out.println("test will be performed for all quality values in the range.\n"); System.exit(1); -- 2.40.0