mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix syntax for boot command
Noticed by: Ruslan Ermilov <ru@ucb.crimea.ua>
This commit is contained in:
parent
cf49fe2f70
commit
8a252a3737
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
################################################################################
|
||||
# Tboot DBoot immediately
|
||||
|
||||
boot [-<arg> ...] [<kernelname>]
|
||||
boot [<kernelname>] [-<arg> ...]
|
||||
|
||||
Boot the system. If arguments are specified, they are added to the
|
||||
arguments for the kernel. If <kernelname> is specified, and a kernel
|
||||
|
|
|
|||
Loading…
Reference in a new issue