diff options
author | Jacob Kroon <jacob.kroon@mikrodidakt.se> | 2014-04-26 17:19:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-29 17:20:11 +0100 |
commit | b3c688cf1f219fbd54a3fe867cb3a085d794e61d (patch) | |
tree | acd18ad8e17921ba0d36425f01d55c63bbb649ee /scripts | |
parent | 183dac4036cb73ad6cc620002b0044d3484a398d (diff) | |
download | poky-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')
-rwxr-xr-x | scripts/sstate-cache-management.sh | 6 |
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 | ||
84 | EOF | 84 | EOF |
85 | } | 85 | } |