Skip to content

Commit 2b1eabf

Browse files
lapack_testing.py: remove nonexistent flag in doc
The `-x` flag was never a valid short option for the `getopt` command line parser.
1 parent e20af99 commit 2b1eabf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lapack_testing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
print(" - d [dir] is to indicate where is the LAPACK testing directory (.out files). By default, the script will use .")
3636
print(" - b [bin] is to indicate where is the LAPACK binary files are located. By default, the script will use .")
3737
print(" LEVEL OF OUTPUT")
38-
print(" - x is to print a detailed summary")
3938
print(" - e is to print only the error summary")
4039
print(" - s is to print a short summary")
4140
print(" - n is to print the numbers of failing tests (turn on summary mode)")

0 commit comments

Comments
 (0)