Skip to content

Commit

Permalink
Change help of linked arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Nov 22, 2024
1 parent 75e1d78 commit f1e18b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonargparse/_link_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def __init__(
help_str: Optional[str]
if is_target_subclass and not valid_target_leaf:
type_attr = None
help_str = f"Use --{self.target[1].dest}.help CLASS_PATH for details."
help_str = f"Use --{self.target[1].dest}.help for details."
else:
type_attr = getattr(self.target[1], "_typehint", self.target[1].type)
help_str = self.target[1].help
Expand Down

0 comments on commit f1e18b2

Please sign in to comment.