summaryrefslogtreecommitdiffstats
path: root/scripts/oe-pkgdata-util
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-04-22 12:23:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-25 13:51:45 +0100
commit7f6a92b1c51517b63cd15752ecac853de3d6245c (patch)
tree97f5f22794dfaf886fb79a664ebdb47c5d16d6fb /scripts/oe-pkgdata-util
parent50264f799f48918c30f67a233baeec95f64389f0 (diff)
downloadast2050-yocto-poky-7f6a92b1c51517b63cd15752ecac853de3d6245c.zip
ast2050-yocto-poky-7f6a92b1c51517b63cd15752ecac853de3d6245c.tar.gz
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>
Diffstat (limited to 'scripts/oe-pkgdata-util')
-rwxr-xr-xscripts/oe-pkgdata-util2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util
index a373116..bf87547 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)
OpenPOWER on IntegriCloud