mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Show that the -n option is optional
Suggested by: Bruce Evans <bde@zeta.org.au> Reviewed by: dfr
This commit is contained in:
parent
b4f63b0b8b
commit
de8d549040
1 changed files with 4 additions and 1 deletions
|
|
@ -37,7 +37,8 @@
|
|||
.Fl i Ar id
|
||||
.Nm kldunload
|
||||
.Op Fl v
|
||||
.Fl n Ar name
|
||||
.Op Fl n
|
||||
.Ar name
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
@ -52,6 +53,8 @@ Be more verbose.
|
|||
Unload the file with this ID.
|
||||
.It Fl n Ar name
|
||||
Unload the file with this name.
|
||||
.It Ar name
|
||||
Unload the file with this name.
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue