X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e40065bf1c41a83ae34b6e192abc77f970143006..f10e58f8e9ede5aa9c325ae2441bd74d5b056597:/tools/tesh/tesh.py diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 9a4f92441c..856dab0913 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -710,7 +710,16 @@ def main(): cmd.add_ignore(line[len("! ignore "):]) else: - fatal_error(f"UNRECOGNIZED OPTION LINE: {line}") + fatal_error(f"UNRECOGNIZED OPTION LINE: {line}\n" + "Valid requests:\n" + " ! output ignore\n" + " ! output sort\n" + " ! output display\n" + " ! setenv XX=YY\n" + " ! ignore XYZ\n" + " ! expect return NN\n" + " ! expect signal NN\n" + " ! timeout NN\n") line = file.readfullline()