From eb0e934a59e6ccd134d28e6cb1878f04e02ea0e7 Mon Sep 17 00:00:00 2001 From: Marc Ferland Date: Thu, 26 Mar 2026 16:24:19 -0400 Subject: [PATCH] efivar: fix typo in usage output " "" Signed-off-by: Marc Ferland --- src/efivar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/efivar.c b/src/efivar.c index a6b28c71..0f73d577 100644 --- a/src/efivar.c +++ b/src/efivar.c @@ -441,7 +441,7 @@ usage(int ret) " -a, --append append to variable specified by --name\n" " -f, --datafile= load or save variable contents from \n" " -e, --export= export variable to \n" - " -i, --import= import variable from import variable from \n" " -L, --list-guids show internal guid list\n" " -w, --write write to variable specified by --name\n\n" "Help options:\n"