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)
commit8f0ac536d4937d07a95fcc56756c14ef7a94e397
tree330da362e3fd99d5ab994ab723e97338a57be6a5
parent52a8481827511a0837b4944d1184214ac924a123
efi: change 'env -e -i' usage syntax

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

Fixes: 2b3fbcb59f41 ("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