]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate-cache-management: Minor cleanup of help text
authorJacob Kroon <jacob.kroon@mikrodidakt.se>
Sat, 26 Apr 2014 15:19:36 +0000 (17:19 +0200)
committerSaul Wold <sgw@linux.intel.com>
Mon, 28 Apr 2014 22:52:41 +0000 (15:52 -0700)
(From OE-Core rev: a039ef9d116f0bab0bbb6d25867666b10057f2ad)

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/sstate-cache-management.sh

index e5c57d318ddc30fa7d5a9a009fdeb640a1d14dc9..2286765ebdc2a46108feeb026a6995b967c2d28d 100755 (executable)
@@ -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
 }