oe-pkgdata-util: fix help text

This was copy/pasted from another script and not corrected.

(From OE-Core rev: 65b79e8ffffb20b7dd83213c72774745f18d978d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2014-04-22 12:23:08 +01:00 committed by Richard Purdie
parent 50264f799f
commit 7f6a92b1c5
1 changed files with 1 additions and 1 deletions

View File

@ -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)