From 9070f5fc64f29511aea9681a371bcdacd4c02b61 Mon Sep 17 00:00:00 2001 From: Caleb Sitton Date: Tue, 30 Jul 2024 15:33:09 -0600 Subject: [PATCH] Corrected comments --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index a4223808..11e80502 100755 --- a/src/main.py +++ b/src/main.py @@ -167,7 +167,7 @@ def main(): parser = argparse.ArgumentParser(description='Holistic Energy Resource Optimization Network (HERON)') parser.add_argument('xml_input_file', nargs='?', default="", help='HERON XML input file') parser.add_argument('--definition', action="store_true", dest="definition", help='HERON input file definition compatible with the NEAMS Workbench') - parser.add_argument('--python_command_for_raven', dest='python_cmd_raven', help='Custom python command for running RAVEN on outer and inner') + parser.add_argument('--python_command_for_raven', dest='python_cmd_raven', help='Custom python command for running RAVEN inner') args = parser.parse_args() sim = HERON()