diff options
Diffstat (limited to 'scripts/oe-pkgdata-util')
-rwxr-xr-x | scripts/oe-pkgdata-util | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index bb917b4fc4..dbffd6a36b 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util | |||
@@ -526,7 +526,7 @@ def main(): | |||
526 | parser_lookup_recipe.set_defaults(func=lookup_recipe) | 526 | parser_lookup_recipe.set_defaults(func=lookup_recipe) |
527 | 527 | ||
528 | parser_package_info = subparsers.add_parser('package-info', | 528 | parser_package_info = subparsers.add_parser('package-info', |
529 | help='Shows version, recipe and size information for one or more packages', | 529 | help='Show version, recipe and size information for one or more packages', |
530 | description='Looks up the specified runtime package(s) and display information') | 530 | description='Looks up the specified runtime package(s) and display information') |
531 | parser_package_info.add_argument('pkg', nargs='*', help='Runtime package name to look up') | 531 | parser_package_info.add_argument('pkg', nargs='*', help='Runtime package name to look up') |
532 | parser_package_info.add_argument('-f', '--file', help='Read package names from the specified file (one per line, first field only)') | 532 | parser_package_info.add_argument('-f', '--file', help='Read package names from the specified file (one per line, first field only)') |