Skip to content

Commit b91a3a9

Browse files
committed
Updating help str
1 parent 19b324d commit b91a3a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc_plotter/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main():
1919
ap.add_argument('-e','--ignore-settings', action='store_false',
2020
help='Ignore plot_settings.pkl file if present.')
2121
ap.add_argument('-s', '--threads', type=int, default=None,
22-
help='If present, number of threads used to run OpenMC')
22+
help='If present, number of threads used to generate plots')
2323

2424
args = ap.parse_args()
2525

0 commit comments

Comments
 (0)