Include -a in the nextboot(8) usage string.

X-MFC-With: r297772
This commit is contained in:
Mark Johnston 2016-04-14 18:03:55 +00:00
parent b93c97c14a
commit ce2761f128
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297980
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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
}