Skip to content

Commit c09e649

Browse files
authored
Add files via upload
1 parent 21115e1 commit c09e649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multioptpy/Entrypoints/mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def load_config(path):
111111
def build_parser():
112112
parser = argparse.ArgumentParser(
113113
prog="run_mapper",
114-
description="Autonomous chemical reaction network mapper.",
114+
description=run_mapper.__doc__,
115115
formatter_class=argparse.RawDescriptionHelpFormatter,
116116
)
117117

0 commit comments

Comments
 (0)