efibootmgr: typo in long option name

del-timout should be del-timeout

Reported by:	mjg
MFC after:	1 week
This commit is contained in:
Toomas Soome 2020-07-16 10:20:35 +00:00
parent 0155d8f69d
commit 6b8b1bfef0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363241

View file

@ -103,7 +103,7 @@ static struct option lopts[] = {
{"copy", required_argument, NULL, 'C'}, /* Copy boot method */
{"create", no_argument, NULL, 'c'},
{"deactivate", no_argument, NULL, 'A'},
{"del-timout", no_argument, NULL, 'T'},
{"del-timeout", no_argument, NULL, 'T'},
{"delete", no_argument, NULL, 'B'},
{"delete-bootnext", no_argument, NULL, 'N'},
{"device-path", no_argument, NULL, 'd'},