summaryrefslogtreecommitdiffstats
path: root/scripts/sstate-cache-management.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sstate-cache-management.sh')
-rwxr-xr-xscripts/sstate-cache-management.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/sstate-cache-management.sh b/scripts/sstate-cache-management.sh
index 7d81daf9eb..2d4a2a3266 100755
--- a/scripts/sstate-cache-management.sh
+++ b/scripts/sstate-cache-management.sh
@@ -47,7 +47,9 @@ Options:
47 47
48 -d, --remove-duplicated 48 -d, --remove-duplicated
49 Remove the duplicated sstate cache files of one package, only 49 Remove the duplicated sstate cache files of one package, only
50 the newest one will be kept. 50 the newest one will be kept. The duplicated sstate cache files
51 of one package must have the same arch, which means sstate cache
52 files with multiple archs are not considered duplicate.
51 53
52 Conflicts with --stamps-dir. 54 Conflicts with --stamps-dir.
53 55