add -T alias for --test-spec
diff --git a/tests/oft b/tests/oft
index a0244d5..062622e 100755
--- a/tests/oft
+++ b/tests/oft
@@ -239,7 +239,7 @@
         testcase          Run tests in all modules with the name testcase
         module.testcase   Run the specific test case
         """
-    parser.add_option("--test-spec", "--test-list", help=test_list_help)
+    parser.add_option("-T", "--test-spec", "--test-list", help=test_list_help)
     parser.add_option("--log-file", 
                       help="Name of log file, empty string to log to console")
     parser.add_option("--debug",