diff options
-rwxr-xr-x | scripts/oe-pkgdata-util | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index b16ecc9e74..9b9098215c 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util | |||
@@ -437,6 +437,7 @@ def main(): | |||
437 | parser.add_argument('-d', '--debug', help='Enable debug output', action='store_true') | 437 | parser.add_argument('-d', '--debug', help='Enable debug output', action='store_true') |
438 | parser.add_argument('-p', '--pkgdata-dir', help='Path to pkgdata directory (determined automatically if not specified)') | 438 | parser.add_argument('-p', '--pkgdata-dir', help='Path to pkgdata directory (determined automatically if not specified)') |
439 | subparsers = parser.add_subparsers(title='subcommands', metavar='<subcommand>') | 439 | subparsers = parser.add_subparsers(title='subcommands', metavar='<subcommand>') |
440 | subparsers.required = True | ||
440 | 441 | ||
441 | parser_lookup_pkg = subparsers.add_parser('lookup-pkg', | 442 | parser_lookup_pkg = subparsers.add_parser('lookup-pkg', |
442 | help='Translate between recipe-space package names and runtime package names', | 443 | help='Translate between recipe-space package names and runtime package names', |