We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8de7a4 commit a2cb500Copy full SHA for a2cb500
src/scanoss/delta.py
@@ -54,7 +54,7 @@ def __init__( # noqa: PLR0913
54
:param trace: Enable trace logging.
55
:param quiet: Enable quiet mode (suppress non-essential output).
56
:param filepath: Path to an input file containing a list of files to copy.
57
- :param folder: A Target delta directory path (auto-generated if not provided).
+ :param folder: A target delta directory path (auto-generated if not provided).
58
:param output: Output file path for the delta directory location (stdout if not provided).
59
"""
60
super().__init__(debug, trace, quiet)
0 commit comments