aboutsummaryrefslogtreecommitdiffstats
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 11:48:13 +0100
commit65b79e8ffffb20b7dd83213c72774745f18d978d (patch)
treedcce3ce13724ab4b2f94c4de2c7362ee120502c7
parent0ab4da8667cdf027d841e04ed5a35ddd45ad494a (diff)
downloadopenembedded-core-contrib-65b79e8ffffb20b7dd83213c72774745f18d978d.tar.gz
oe-pkgdata-util: fix help text
This was copy/pasted from another script and not corrected. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-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 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)