Include -a in the nextboot(8) usage string.
X-MFC-With: r297772
This commit is contained in:
parent
b93c97c14a
commit
ce2761f128
@ -32,9 +32,8 @@
|
||||
.Nd "specify an alternate kernel and boot flags for the next reboot"
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl a
|
||||
.Op Fl af
|
||||
.Op Fl e Ar variable=value
|
||||
.Op Fl f
|
||||
.Op Fl k Ar kernel
|
||||
.Op Fl o Ar options
|
||||
.Nm
|
||||
|
@ -50,7 +50,7 @@ add_kenv()
|
||||
|
||||
display_usage() {
|
||||
cat <<-EOF
|
||||
Usage: nextboot [-e variable=value] [-f] [-k kernel] [-o options]
|
||||
Usage: nextboot [-af] [-e variable=value] [-k kernel] [-o options]
|
||||
nextboot -D
|
||||
EOF
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user