diff options
author | Jacob Kroon <jacob.kroon@mikrodidakt.se> | 2014-04-26 17:19:36 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2014-04-28 15:52:41 -0700 |
commit | 2f22c098c3ada8c0952c7711f7a7f5b6421e6aea (patch) | |
tree | 5cab3dd97ad20645f4ac6c26248b4c429b16ab6d /scripts/sstate-cache-management.sh | |
parent | be07344397b383ab5e56048acb64eb56272fe95e (diff) | |
download | openembedded-core-2f22c098c3ada8c0952c7711f7a7f5b6421e6aea.tar.gz openembedded-core-2f22c098c3ada8c0952c7711f7a7f5b6421e6aea.tar.bz2 openembedded-core-2f22c098c3ada8c0952c7711f7a7f5b6421e6aea.zip |
sstate-cache-management: Minor cleanup of help text
(From OE-Core rev: a039ef9d116f0bab0bbb6d25867666b10057f2ad)
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-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: Conflicts with --remove-duplicated. -L, --follow-symlink - Rmove both the symbol link and the destination file, default: no. + Remove both the symbol link and the destination file, default: no. -y, --yes Automatic yes to prompts; assume "yes" as answer to all prompts and run non-interactively. -v, --verbose - explain what is being done + Explain what is being done. -D, --debug - show debug info, repeat for more debug info + Show debug info, repeat for more debug info. EOF } |