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:15:47 +0000 (23:15 +0000)
commitb87aa0d35890bc3f472d392522400c7cd10940bf
tree785d3a4f3373223df6c8b8c2b1eda9e881a39805
parent103d0c3667dbe4f228df763b573576df738d629c
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]

(From OE-Core rev: fa0b40c233e757fe986aa45798b35b60b89c879f)

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