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.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/sstate-cache-management.sh b/scripts/sstate-cache-management.sh
index e5c57d318d..2286765ebd 100755
--- a/scripts/sstate-cache-management.sh
+++ b/scripts/sstate-cache-management.sh
@@ -69,17 +69,17 @@ Options:
69 Conflicts with --remove-duplicated. 69 Conflicts with --remove-duplicated.
70 70
71 -L, --follow-symlink 71 -L, --follow-symlink
72 Rmove both the symbol link and the destination file, default: no. 72 Remove both the symbol link and the destination file, default: no.
73 73
74 -y, --yes 74 -y, --yes
75 Automatic yes to prompts; assume "yes" as answer to all prompts 75 Automatic yes to prompts; assume "yes" as answer to all prompts
76 and run non-interactively. 76 and run non-interactively.
77 77
78 -v, --verbose 78 -v, --verbose
79 explain what is being done 79 Explain what is being done.
80 80
81 -D, --debug 81 -D, --debug
82 show debug info, repeat for more debug info 82 Show debug info, repeat for more debug info.
83 83
84EOF 84EOF
85} 85}