Index: tests/test.py
===================================================================
--- tests/test.py	(revision 80f87035a9dcd08303cef2df5c82e1054133ec3f)
+++ tests/test.py	(revision e85a72b8af411168ff8c331b0a5810e02b5c3e10)
@@ -125,5 +125,5 @@
 	parser.add_argument('--archive-errors', help='If called with a valid path, on test crashes the test script will copy the core dump and the executable to the specified path.', type=str, default='')
 	parser.add_argument('-j', '--jobs', help='Number of tests to run simultaneously, 0 (default) for unlimited', nargs='?', const=0, type=int)
-	parser.add_argument('--list-comp', help='List all valide arguments', action='store_true')
+	parser.add_argument('--list-comp', help='List all valid arguments', action='store_true')
 	parser.add_argument('--list-dist', help='List all tests for distribution', action='store_true')
 	parser.add_argument('-I','--include', help='Directory of test to include, can be used multiple time, All  if omitted', action='append')
