diff --git a/rendercv/cli/utilities.py b/rendercv/cli/utilities.py index 0031583c..2101790a 100644 --- a/rendercv/cli/utilities.py +++ b/rendercv/cli/utilities.py @@ -322,7 +322,7 @@ def parse_render_settings( Args: dictionary (dict): The dictionary to be combined with the command line arguments. - command_line_arguments (dict[str, str]): The command line arguments. + cli_arguments (dict[str, str]): The command line arguments. Returns: dict[str, str]: The combined dictionary.