commit | 824504ec6276e02e039be5096518d8bd1913e0df | [log] [tgz] |
---|---|---|
author | Brandon Heller <brandonh@stanford.edu> | Thu Apr 01 12:21:37 2010 -0700 |
committer | Brandon Heller <brandonh@stanford.edu> | Thu Apr 01 12:21:37 2010 -0700 |
tree | a11c2bb9f2472a72965d519f0a5a49af0d5b1c07 | |
parent | 8dbfea5cf229ade6af18ebe01e2408a8ce0227f4 [diff] |
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()