We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b324d commit b91a3a9Copy full SHA for b91a3a9
1 file changed
openmc_plotter/__main__.py
@@ -19,7 +19,7 @@ def main():
19
ap.add_argument('-e','--ignore-settings', action='store_false',
20
help='Ignore plot_settings.pkl file if present.')
21
ap.add_argument('-s', '--threads', type=int, default=None,
22
- help='If present, number of threads used to run OpenMC')
+ help='If present, number of threads used to generate plots')
23
24
args = ap.parse_args()
25
0 commit comments