diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-04-22 12:23:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-25 11:48:13 +0100 |
commit | 65b79e8ffffb20b7dd83213c72774745f18d978d (patch) | |
tree | dcce3ce13724ab4b2f94c4de2c7362ee120502c7 | |
parent | 0ab4da8667cdf027d841e04ed5a35ddd45ad494a (diff) | |
download | openembedded-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-x | scripts/oe-pkgdata-util | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index a373116b2ce..bf8754749ee 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) |