mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
50264f799f
commit
7f6a92b1c5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user