lapack_testing.py: remove nonexistent flag in doc

The `-x` flag was never a valid short option for the `getopt` command
line parser.
This commit is contained in:
Christoph Conrads
2021-02-20 19:15:36 +00:00
parent e20af99927
commit 2b1eabfdfd
-1
View File
@@ -35,7 +35,6 @@ for o, a in opts:
print(" - d [dir] is to indicate where is the LAPACK testing directory (.out files). By default, the script will use .")
print(" - b [bin] is to indicate where is the LAPACK binary files are located. By default, the script will use .")
print(" LEVEL OF OUTPUT")
print(" - x is to print a detailed summary")
print(" - e is to print only the error summary")
print(" - s is to print a short summary")
print(" - n is to print the numbers of failing tests (turn on summary mode)")