Skip to content

Commit

Permalink
efivar: Add missing > to usage help options
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Tia <[email protected]>
  • Loading branch information
jetm committed Jun 12, 2024
1 parent c71c434 commit 2491825
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2491825

Please sign in to comment.