Skip to content

Commit

Permalink
in docs prefer long options to short options
Browse files Browse the repository at this point in the history
Long options are more self-documenting.
  • Loading branch information
createyourpersonalaccount committed May 17, 2024
1 parent c513aa9 commit f3af76b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f3af76b

Please sign in to comment.