]> git.baikalelectronics.ru Git - uboot.git/commit
efi: change 'env -e -i' usage syntax
authorMaxim Uvarov <maxim.uvarov@linaro.org>
Fri, 28 Aug 2020 19:20:10 +0000 (22:20 +0300)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 18 Sep 2020 20:23:58 +0000 (22:23 +0200)
commit40c42aec8e2956d56643fdf07c147cb88a029daf
tree330da362e3fd99d5ab994ab723e97338a57be6a5
parent03bdcff9f5e4f4ce0ea5d7f071d3163d3def424e
efi: change 'env -e -i' usage syntax

'env -e -i' syntax was changed from "," to ":". Account for this also
in the documentation.

Fixes: d2a9fce0ac77 ("efi_loader: use ':' as separator for setenv -i")
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Correct the usage description for setenv -e too.
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/nvedit.c