We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3bc00 commit e4d8a57Copy full SHA for e4d8a57
1 file changed
openmc_plotter/__main__.py
@@ -17,7 +17,7 @@ def main():
17
ap.add_argument('-d','--model-directory', default=None,
18
help='Location of model dir (default is current dir)')
19
ap.add_argument('-e','--ignore-settings', action='store_false',
20
- help='Ignore plot_settings.pkl file if flag is present.')
+ help='Ignore plot_settings.pkl file if present.')
21
22
args = ap.parse_args()
23
0 commit comments