Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/efivar.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ usage(int ret)
" -a, --append append to variable specified by --name\n"
" -f, --datafile=<file> load or save variable contents from <file>\n"
" -e, --export=<file> export variable to <file>\n"
" -i, --import=<file> import variable from <file\n"
" -i, --import=<file> import variable from <file>\n"
" -L, --list-guids show internal guid list\n"
" -w, --write write to variable specified by --name\n\n"
"Help options:\n"
Expand Down