diff options
Diffstat (limited to 'scripts/recipetool')
-rwxr-xr-x | scripts/recipetool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/recipetool b/scripts/recipetool index 0e8bffb5c0..17233d4ef0 100755 --- a/scripts/recipetool +++ b/scripts/recipetool | |||
@@ -60,6 +60,7 @@ def main(): | |||
60 | parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS, | 60 | parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS, |
61 | help='show this help message and exit') | 61 | help='show this help message and exit') |
62 | subparsers = parser.add_subparsers(title='subcommands', metavar='<subcommand>') | 62 | subparsers = parser.add_subparsers(title='subcommands', metavar='<subcommand>') |
63 | subparsers.required = True | ||
63 | 64 | ||
64 | if global_args.debug: | 65 | if global_args.debug: |
65 | logger.setLevel(logging.DEBUG) | 66 | logger.setLevel(logging.DEBUG) |