sandbox: Update do_host_bind() argument counting
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:11:10 +0000 (18:11 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:31 +0000 (15:04 +1300)
commit803e9c1c94d06cfab43606056c653268e12926d8
treeb349f3c8d38d1fc8230af1f3b45837ef0dba4b52
parent1503c2c7906d191e24579246fc3a6fcd656a890b
sandbox: Update do_host_bind() argument counting

Remove the 'bind' subcommand before processing the arguments. This will
make it easier to add an optional flag.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/host.c