summaryrefslogtreecommitdiffstats
path: root/scripts/sstate-cache-management.sh
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@mikrodidakt.se>2014-04-26 17:19:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-29 17:20:11 +0100
commitb3c688cf1f219fbd54a3fe867cb3a085d794e61d (patch)
treeacd18ad8e17921ba0d36425f01d55c63bbb649ee /scripts/sstate-cache-management.sh
parent183dac4036cb73ad6cc620002b0044d3484a398d (diff)
downloadpoky-b3c688cf1f219fbd54a3fe867cb3a085d794e61d.tar.gz
sstate-cache-management: Minor cleanup of help text
(From OE-Core rev: a039ef9d116f0bab0bbb6d25867666b10057f2ad) (From OE-Core rev: 2f22c098c3ada8c0952c7711f7a7f5b6421e6aea) Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}