diff --git a/usersguide/processing.html b/usersguide/processing.html index 2aa84bb42b..d70cf60fca 100644 --- a/usersguide/processing.html +++ b/usersguide/processing.html @@ -289,8 +289,8 @@ for both VTK and SILO. By default statepoint_3d.py processes a statepoint into a

but it also provides several command-line options to selectively process only certain data arrays in order to keep file sizes down.

-
<openmc_root>/src/utils/statepoint_3d.py <statepoint_file> -tallies 2,4 --scores 4.1,4.3 -o output.silo
-<openmc_root>/src/utils/statepoint_3d.py <statepoint_file> -filters 2.energyin.1 --vtk -o output.vtm
+
<openmc_root>/src/utils/statepoint_3d.py <statepoint_file> --tallies 2,4 --scores 4.1,4.3 -o output.silo
+<openmc_root>/src/utils/statepoint_3d.py <statepoint_file> --filters 2.energyin.1 --vtk -o output.vtm
 

All available options for specifying a subset of tallies, scores, and filters