svn commit: r327610 - head/usr.sbin/efibootmgr

Warner Losh imp at FreeBSD.org
Sat Jan 6 06:00:36 UTC 2018


Author: imp
Date: Sat Jan  6 06:00:34 2018
New Revision: 327610
URL: https://svnweb.freebsd.org/changeset/base/327610

Log:
  Fix usage strings. -d and -p were removed before this was committed to
  FreeBSD, but the strings weren't updated.
  
  Sponsored by: Netflix

Modified:
  head/usr.sbin/efibootmgr/efibootmgr.c

Modified: head/usr.sbin/efibootmgr/efibootmgr.c
==============================================================================
--- head/usr.sbin/efibootmgr/efibootmgr.c	Sat Jan  6 05:00:36 2018	(r327609)
+++ head/usr.sbin/efibootmgr/efibootmgr.c	Sat Jan  6 06:00:34 2018	(r327610)
@@ -171,11 +171,11 @@ set_bootvar(const char *name, uint8_t *data, size_t si
 
 
 #define USAGE \
-	"   [-aAnNB Bootvar] [-t timeout] [-T] [-o bootorder] [-O] [--verbose] [--help] \n \
-  [-c -d device -p partition -l loader [-L label] [--dry-run]]"
+	"   [-aAnNB Bootvar] [-t timeout] [-T] [-o bootorder] [-O] [--verbose] [--help] \n\
+  [-c -l loader [-k kernel ] [-L label] [--dry-run]]"
 
 #define CREATE_USAGE \
-	"       efibootmgr -c -d device -p partition -loader loader [-L label ] [--dry-run]"
+	"       efibootmgr -c -l loader [-k kernel] [-L label] [--dry-run]"
 #define ORDER_USAGE \
 	"       efibootmgr -o bootvarnum1,bootvarnum2,..."
 #define TIMEOUT_USAGE \


More information about the svn-src-head mailing list