aboutsummaryrefslogtreecommitdiffstats
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:
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)