]> code.ossystems Code Review - openembedded-core.git/commitdiff
oe-pkgdata-util: fix help text
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Apr 2014 11:23:08 +0000 (12:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jun 2014 10:48:13 +0000 (11:48 +0100)
This was copy/pasted from another script and not corrected.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/oe-pkgdata-util

index a373116b2ce9639ae826e34ae3309e98e37bca9a..bf8754749eeed9f19f5974476ded1100b73ee7f2 100755 (executable)
@@ -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)