summaryrefslogtreecommitdiff
path: root/src/buildstream/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/utils.py')
-rw-r--r--src/buildstream/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildstream/utils.py b/src/buildstream/utils.py
index ade593750..f509ce998 100644
--- a/src/buildstream/utils.py
+++ b/src/buildstream/utils.py
@@ -356,7 +356,7 @@ def copy_files(src, dest, *, filter_callback=None, ignore_missing=False, report_
"""Copy files from source to destination.
Args:
- src (str): The source file or directory
+ src (str): The source directory
dest (str): The destination directory
filter_callback (callable): Optional filter callback. Called with the relative path as
argument for every file in the source directory. The file is
@@ -395,7 +395,7 @@ def link_files(src, dest, *, filter_callback=None, ignore_missing=False, report_
"""Hardlink files from source to destination.
Args:
- src (str): The source file or directory
+ src (str): The source directory
dest (str): The destination directory
filter_callback (callable): Optional filter callback. Called with the relative path as
argument for every file in the source directory. The file is