binman: Correct the error message for invalid path
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:24:14 +0000 (12:24 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commitbb5edc1d3c0ebc989dfaa7d1e57cdde15d61f2e0
tree53e70b84636a40bdc99206e05509c9386d11b239
parentd7fa4e4b22d8f493e6f643843f0a7aaf448d098a
binman: Correct the error message for invalid path

At present this message references -o for output file. But binman uses -f
now. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/control.py
tools/binman/ftest.py