[oe-commits] Paul Eggleton : oe-pkgdata-util: fix help text

git at git.openembedded.org git at git.openembedded.org
Wed Jun 25 12:52:13 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 65b79e8ffffb20b7dd83213c72774745f18d978d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=65b79e8ffffb20b7dd83213c72774745f18d978d

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Apr 22 12:23:08 2014 +0100

oe-pkgdata-util: fix help text

This was copy/pasted from another script and not corrected.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 scripts/oe-pkgdata-util | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util
index a373116..bf87547 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)



More information about the Openembedded-commits mailing list