summaryrefslogtreecommitdiffstats
path: root/scripts/oe-pkgdata-util
diff options
context:
space:
mode:
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 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)