diff options
Diffstat (limited to 'scripts/gpu_table_tester')
-rwxr-xr-x | scripts/gpu_table_tester | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gpu_table_tester b/scripts/gpu_table_tester index 873a8b36d2..af0678000d 100755 --- a/scripts/gpu_table_tester +++ b/scripts/gpu_table_tester @@ -46,8 +46,8 @@ my $mini_HELP = " $MyName {--gpu-table|-g} <gpu_table.txt> {--diff|-d} <old_results> [ <gpu-strings-file> ...] With the --diff option, the report compares the current results to <old-results>, - which should be the output from a previous run without --diff. The report shows - each input value with the old result and the new result if they are different. + which should be the output from a previous run without --diff. The report shows each + input value with the old result and the new result if it is different. "; &GetOptions("help" => \$Help |