Skip to content

Commit e4d8a57

Browse files
authored
Update ignore settings flag description
1 parent 4d3bc00 commit e4d8a57

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
@@ -17,7 +17,7 @@ def main():
1717
ap.add_argument('-d','--model-directory', default=None,
1818
help='Location of model dir (default is current dir)')
1919
ap.add_argument('-e','--ignore-settings', action='store_false',
20-
help='Ignore plot_settings.pkl file if flag is present.')
20+
help='Ignore plot_settings.pkl file if present.')
2121

2222
args = ap.parse_args()
2323

0 commit comments

Comments
 (0)