summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-06 16:30:32 -0400
committerOz Linden <oz@lindenlab.com>2011-10-06 16:30:32 -0400
commit066d63022bbd073dd990ede491f111370fcaa879 (patch)
treeb7b2016d9d4519648743acac84331094e62171ab
parentddc74472e9273075e3b2b2f13e7f32ed50771933 (diff)
fix typo in flag for -u option
-rwxr-xr-xscripts/gpu_table_tester2
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