]> code.ossystems Code Review - openembedded-core.git/commit
sstate-cache-management.sh:fix the incorrect usage of option `-d'
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 26 Feb 2013 07:57:17 +0000 (15:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Feb 2013 23:14:39 +0000 (23:14 +0000)
commitfa0b40c233e757fe986aa45798b35b60b89c879f
tree8d80a1571bc466a81a1c658ffdcc1b67aca7102e
parentc201fdc2f01f398060cd953a1640a685797d9e64
sstate-cache-management.sh:fix the incorrect usage of option `-d'

The description of option `-d' is not correct in useage. It is used to
remove duplicate and debug at the same time. Use option `-D' to control
debug info output and the option `-d' to flag remove duplicate.

[YOCTO #3635]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/sstate-cache-management.sh