From dfccd8fac9feebb0f0c3e6942039ffd7054e5afa Mon Sep 17 00:00:00 2001 From: Nikolaos Chatzikonstantinou Date: Wed, 15 May 2024 16:31:47 -0400 Subject: [PATCH] in docs prefer long options to short options Long options are more self-documenting. --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index fbd586b098..f98a5b5798 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -195,7 +195,7 @@ When ReFrame executes tests, it first copies over all of the test resources (if Upon successful execution, the test artifacts will be copied over to the *output directory* for archiving. The default artifacts for every test are the generated test script as well as the test's standard output and standard error. The default location for the stage and output directories are the ``./stage`` and ``./output`` directories. -These can be changed with the :option:`-s` and :option:`-o` options or the more general :option:`--prefix` option. +These can be changed with the :option:`--stage` and :option:`--output` options or the more general :option:`--prefix` option. The test artifacts of our first example can be found in the following location: .. code-block:: bash