Skip to content

Commit ac3d85e

Browse files
authored
[Docs] Add --help to docs for test/runner (#22266)
1 parent f470c3c commit ac3d85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/source/docs/getting_started/test-suite.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ how best to do that.
2323
Running tests
2424
=============
2525

26-
Run the test suite runner (`test/runner <https://github.com/emscripten-core/emscripten/blob/main/test/runner.py>`_) with no arguments to see the help message:
26+
Run the test suite runner (`test/runner <https://github.com/emscripten-core/emscripten/blob/main/test/runner.py>`_) with ``--help`` to see the help message:
2727

2828
.. code-block:: bash
2929
30-
test/runner
30+
test/runner --help
3131
3232
The tests are divided into *modes*. You can run either an entire mode or an
3333
individual test, or use wildcards to run some tests in some modes. For example:

0 commit comments

Comments
 (0)