HOWTO: clean up exit_what description
authorVincent Fu <vincent.fu@samsung.com>
Wed, 2 Nov 2022 14:26:36 +0000 (10:26 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 2 Nov 2022 14:26:36 +0000 (10:26 -0400)
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
HOWTO.rst

index 53ae8c177933643eb2509e102683b4969f4da358..0fb5593e82cb536975d2541c88a1f4f3a9b60c55 100644 (file)
--- a/HOWTO.rst
+++ b/HOWTO.rst
@@ -3356,10 +3356,10 @@ Threads, processes and job synchronization
        make fio terminate all jobs in the same group, as soon as one job of that
        group finishes.
 
-.. option:: exit_what
+.. option:: exit_what=str
 
        By default, fio will continue running all other jobs when one job finishes.
-       Sometimes this is not the desired action. Setting ``exit_all`` will
+       Sometimes this is not the desired action. Setting ``exitall`` will
        instead make fio terminate all jobs in the same group. The option
         ``exit_what`` allows to control which jobs get terminated when ``exitall`` is
         enabled. The default is ``group`` and does not change the behaviour of