Skip to content

Commit 6ccd44f

Browse files
authored
Merge branch 'master' into fixing-tutorial
2 parents 0f37dbe + f0f27e2 commit 6ccd44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ When ReFrame executes tests, it first copies over all of the test resources (if
195195
Upon successful execution, the test artifacts will be copied over to the *output directory* for archiving.
196196
The default artifacts for every test are the generated test script as well as the test's standard output and standard error.
197197
The default location for the stage and output directories are the ``./stage`` and ``./output`` directories.
198-
These can be changed with the :option:`-s` and :option:`-o` options or the more general :option:`--prefix` option.
198+
These can be changed with the :option:`--stage` and :option:`--output` options or the more general :option:`--prefix` option.
199199
The test artifacts of our first example can be found in the following location:
200200

201201
.. code-block:: bash

0 commit comments

Comments
 (0)