Skip to content

Commit 3e9179c

Browse files
author
Mohamed Koubaa
committed
style
1 parent b6f441e commit 3e9179c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codegen/generate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@ def parse_args():
470470
"--subset",
471471
"-s",
472472
default="",
473-
help="Generate only a subset of keyword domains (comma-delimited list, e.g., 'boundary,contact,control'). Useful for fast iteration during optimization work.",
473+
help="Generate only a subset of keyword domains (comma-delimited list, e.g., 'boundary,contact,control')."
474+
"Useful for fast iteration during optimization work.",
474475
)
475476
return parser.parse_args()
476477

0 commit comments

Comments
 (0)