summaryrefslogtreecommitdiffstats
path: root/scripts/yocto-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/yocto-bsp')
-rwxr-xr-xscripts/yocto-bsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/yocto-bsp b/scripts/yocto-bsp
index d269861769..2d9453fbe8 100755
--- a/scripts/yocto-bsp
+++ b/scripts/yocto-bsp
@@ -140,7 +140,7 @@ def main():
140 if args[0] == "help": 140 if args[0] == "help":
141 if len(args) == 1: 141 if len(args) == 1:
142 parser.print_help() 142 parser.print_help()
143 sys.exit(1) 143 sys.exit()
144 144
145 invoke_subcommand(args, parser, yocto_bsp_help_usage, subcommands) 145 invoke_subcommand(args, parser, yocto_bsp_help_usage, subcommands)
146 146