Fix --list help text
diff --git a/tests/oft b/tests/oft
index 0ccebda..d0b7dc2 100755
--- a/tests/oft
+++ b/tests/oft
@@ -213,7 +213,7 @@
     parser.add_option("--base-if-index",
                       help="Base interface index number (optional)")
     parser.add_option("--list", action="store_true",
-                      help="Base interface index number (optional)")
+                      help="List all tests and exit")
     # Might need this if other parsers want command line
     # parser.allow_interspersed_args = False
     (options, args) = parser.parse_args()