Skip to content

Commit 11aabdc

Browse files
authored
Fix docs for checksumAPI terminal call (#4677)
Changed `--format` to `--output-format` like the call signature demands
1 parent 94d48fd commit 11aabdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/source/developers/checksum.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can execute ``checksumAPI.py`` as a Python script for that, and pass the plo
3232

3333
.. code-block:: bash
3434
35-
./checksumAPI.py --evaluate --output-file <path/to/plotfile> --format <'openpmd' or 'plotfile'> --test-name <test name>
35+
./checksumAPI.py --evaluate --output-file <path/to/plotfile> --output-format <'openpmd' or 'plotfile'> --test-name <test name>
3636
3737
See additional options
3838

@@ -51,7 +51,7 @@ This is using ``checksumAPI.py`` as a Python script.
5151

5252
.. code-block:: bash
5353
54-
./checksumAPI.py --reset-benchmark --output-file <path/to/plotfile> --format <'openpmd' or 'plotfile'> --test-name <test name>
54+
./checksumAPI.py --reset-benchmark --output-file <path/to/plotfile> --output-format <'openpmd' or 'plotfile'> --test-name <test name>
5555
5656
See additional options
5757

0 commit comments

Comments
 (0)