From 2b1eabfdfdffe9a42f2013ba5d7b89a5a0a5e67e Mon Sep 17 00:00:00 2001 From: Christoph Conrads Date: Sat, 20 Feb 2021 19:14:35 +0000 Subject: [PATCH] lapack_testing.py: remove nonexistent flag in doc The `-x` flag was never a valid short option for the `getopt` command line parser. --- lapack_testing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lapack_testing.py b/lapack_testing.py index 0de8576df..7b02ed648 100755 --- a/lapack_testing.py +++ b/lapack_testing.py @@ -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)")