From 6b8b1bfef011b4179a29af6087cafad2dfc9429f Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Thu, 16 Jul 2020 10:20:35 +0000 Subject: efibootmgr: typo in long option name del-timout should be del-timeout Reported by: mjg MFC after: 1 week --- usr.sbin/efibootmgr/efibootmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/efibootmgr/efibootmgr.c') diff --git a/usr.sbin/efibootmgr/efibootmgr.c b/usr.sbin/efibootmgr/efibootmgr.c index 0d3e0635cb10..e51d2a9efa8b 100644 --- a/usr.sbin/efibootmgr/efibootmgr.c +++ b/usr.sbin/efibootmgr/efibootmgr.c @@ -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'}, -- cgit v1.2.3