efi_loader: error handling for `efidebug boot add`
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 28 Feb 2019 19:41:58 +0000 (20:41 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 2 Mar 2019 22:34:26 +0000 (23:34 +0100)
commit1fa442ed4330a7c489479a3e3c333239ca6441ec
tree4ea8f4fa831e427178cf7cc68230184a813529ae
parentfdef298338e4e775d41ab77b25edb695b2d8e1c0
efi_loader: error handling for `efidebug boot add`

In  `efidebug boot add iPXE scsi 0:1 snp-arm64.efi --foo` a parameter is
missing. Hence the command should not silently return as if everything were
ok but should display the usage info.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Alexander Graf <agraf@csgraf.de>
cmd/efidebug.c