We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2905c commit d18ca10Copy full SHA for d18ca10
precicecasegenerate/cli.py
@@ -6,7 +6,7 @@
6
7
def makeGenerateParser(add_help: bool = True):
8
parser = argparse.ArgumentParser(
9
- description="Takes topology.yaml files as input and writes out needed files to start the precice.",
+ description="Initialize a preCICE case given a topology file",
10
add_help=add_help,
11
)
12
parser.add_argument(
0 commit comments