From 65b79e8ffffb20b7dd83213c72774745f18d978d Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 22 Apr 2014 12:23:08 +0100 Subject: oe-pkgdata-util: fix help text This was copy/pasted from another script and not corrected. Signed-off-by: Paul Eggleton --- scripts/oe-pkgdata-util | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index a373116b2c..bf8754749e 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util @@ -303,7 +303,7 @@ Available commands: packages''') parser.add_option("-d", "--debug", - help = "Report all SRCREV values, not just ones where AUTOREV has been used", + help = "Enable debug output", action="store_true", dest="debug", default=False) options, args = parser.parse_args(sys.argv) -- cgit 1.2.3-korg