diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-06 16:30:32 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-06 16:30:32 -0400 |
commit | 066d63022bbd073dd990ede491f111370fcaa879 (patch) | |
tree | b7b2016d9d4519648743acac84331094e62171ab /scripts/gpu_table_tester | |
parent | ddc74472e9273075e3b2b2f13e7f32ed50771933 (diff) |
fix typo in flag for -u option
Diffstat (limited to 'scripts/gpu_table_tester')
-rwxr-xr-x | scripts/gpu_table_tester | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gpu_table_tester b/scripts/gpu_table_tester index e1e840e2d4..9bc958636d 100755 --- a/scripts/gpu_table_tester +++ b/scripts/gpu_table_tester @@ -51,7 +51,7 @@ my $mini_HELP = " "; &GetOptions("help" => \$Help - ,"unmatched" => \$UnMatchedOnlly + ,"unmatched" => \$UnMatchedOnly ,"table-only" => \$TableOnly ,"gpu-table=s" => \$GpuTable ,"diff=s" => \$Diff |