diff options
| author | Graham Linden <graham@lindenlab.com> | 2013-09-26 11:44:40 -0700 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2013-09-26 11:44:40 -0700 | 
| commit | 0103cac1ddda96fd470238d2c8b73c2cf55b6c12 (patch) | |
| tree | a485d28fd9861c41bf9b7117c085bd84617f43de /scripts/gpu_table_tester | |
| parent | dd4beb695a9c800b37b7c9a19d3ac3f4456012f5 (diff) | |
| parent | badb8a945d31aed6f396e7efb521e76083870069 (diff) | |
Merge viewer-bear maint RC changes to get this build closer to the RC it will follow
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 | 
