Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Use long options in places #3197

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading