Skip to content

Commit

Permalink
docs: less verbose sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jan 3, 2023
1 parent 95320c5 commit a15caa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-without-web-ui.rst
Expand Up @@ -28,7 +28,7 @@ Even in headless mode you can you can change the user count while the test is ru
Setting a time limit for the test
---------------------------------

If you want to specify the run time for a test, you can do that with ``-t/--run-time``:
To specify the run time for a test, use ``-t/--run-time``:

.. code-block:: console
Expand All @@ -42,7 +42,7 @@ Allow tasks to finish their iteration on shutdown
-------------------------------------------------

By default, Locust will stop your tasks immediately (without even waiting for requests to finish).
If you want to give running tasks some time to finish their iteration specify ``-s/--stop-timeout``.
To give running tasks some time to finish their iteration, use ``-s/--stop-timeout``:

.. code-block:: console
Expand Down

0 comments on commit a15caa0

Please sign in to comment.