Skip to content

Commit f0f27e2

Browse files
authored
Merge pull request #3197 from createyourpersonalaccount/fixing-tutorial-long-links
[doc] Use long options in places
2 parents c513aa9 + f3af76b commit f0f27e2

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)