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 13:51:45 +0100 |
commit | 7f6a92b1c51517b63cd15752ecac853de3d6245c (patch) | |
tree | 97f5f22794dfaf886fb79a664ebdb47c5d16d6fb /scripts | |
parent | 50264f799f48918c30f67a233baeec95f64389f0 (diff) | |
download | 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')
-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 a373116b2c..bf8754749e 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util | |||
@@ -303,7 +303,7 @@ Available commands: | |||
303 | packages''') | 303 | packages''') |
304 | 304 | ||
305 | parser.add_option("-d", "--debug", | 305 | parser.add_option("-d", "--debug", |
306 | help = "Report all SRCREV values, not just ones where AUTOREV has been used", | 306 | help = "Enable debug output", |
307 | action="store_true", dest="debug", default=False) | 307 | action="store_true", dest="debug", default=False) |
308 | 308 | ||
309 | options, args = parser.parse_args(sys.argv) | 309 | options, args = parser.parse_args(sys.argv) |