aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-05-08 20:02:44 +0000
committerWarner Losh <imp@FreeBSD.org>2018-05-08 20:02:44 +0000
commit83caf7e590e705f082be37bf37f7b14225108319 (patch)
treeecd821cb54998e35e234fc909bcac4cedec9ec46 /usr.sbin
parent39c0a13bc76a9918d0d9bfcae807e6e0f4609758 (diff)
downloadsrc-83caf7e590e705f082be37bf37f7b14225108319.tar.gz
src-83caf7e590e705f082be37bf37f7b14225108319.zip
Remove ignored command line options
The --device and --part command line options were planned for Linux compatibility mode. However, that mode will never happen, so remove them as last vestiges of a false start. Submitted by: Vlad Movchan
Notes
Notes: svn path=/head/; revision=333385
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/efibootmgr/efibootmgr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/efibootmgr/efibootmgr.c b/usr.sbin/efibootmgr/efibootmgr.c
index ef8b7f80cc6e..bc36df00dcc9 100644
--- a/usr.sbin/efibootmgr/efibootmgr.c
+++ b/usr.sbin/efibootmgr/efibootmgr.c
@@ -102,7 +102,6 @@ static struct option lopts[] = {
{"del-timout", no_argument, NULL, 'T'},
{"delete", required_argument, NULL, 'B'},
{"delete-bootnext", required_argument, NULL, 'N'},
- {"device", required_argument, NULL, 'd'},
{"dry-run", no_argument, NULL, 'D'},
{"env", required_argument, NULL, 'e'},
{"help", no_argument, NULL, 'h'},
@@ -110,7 +109,6 @@ static struct option lopts[] = {
{"label", required_argument, NULL, 'L'},
{"loader", required_argument, NULL, 'l'},
{"once", no_argument, NULL, 'O'},
- {"partition", required_argument, NULL, 'p'},
{"set-timeout", required_argument, NULL, 't'},
{"verbose", no_argument, NULL, 'v'},
{ NULL, 0, NULL, 0}