[PATCH v2 04/28] binman: Give a sensible error if no command is given
Simon Glass
sjg at chromium.org
Fri Oct 30 04:34:08 CET 2020
At present if 'binman' is typed on the command line, a strange error about
a missing argument is displayed. Fix this.
These does not seem to be standard way to add the 'required' argument in
all recent Python versions, so set it manually.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/binman/cmdline.py | 1 +
1 file changed, 1 insertion(+)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list