Skip to content

Commit d18ca10

Browse files
committed
Shorten description
1 parent 4d2905c commit d18ca10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

precicecasegenerate/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def makeGenerateParser(add_help: bool = True):
88
parser = argparse.ArgumentParser(
9-
description="Takes topology.yaml files as input and writes out needed files to start the precice.",
9+
description="Initialize a preCICE case given a topology file",
1010
add_help=add_help,
1111
)
1212
parser.add_argument(

0 commit comments

Comments
 (0)