Skip to content

Commit 4652a6c

Browse files
Clarify minimize_kwargs CLI help (#565)
1 parent a59202c commit 4652a6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

janus_core/cli/types.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,9 @@ def __str__(self) -> str:
192192
parser=parse_dict_class,
193193
help=(
194194
"""
195-
Keyword arguments to pass to optimizer. Must be passed as a dictionary
196-
wrapped in quotes, e.g. "{'key': value}".
195+
Keyword arguments to pass to geometry optimizer, including "opt_kwargs",
196+
"filter_kwargs", and "traj_kwargs". Must be passed as a dictionary wrapped
197+
in quotes, e.g. "{'key': value}".
197198
"""
198199
),
199200
metavar="DICT",

0 commit comments

Comments
 (0)