mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing parameters -N and -l to reroot and halt usage()
Approved by: bapt Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D6173
This commit is contained in:
parent
e3d7ead7df
commit
89d18e14f1
1 changed files with 2 additions and 2 deletions
|
|
@ -248,8 +248,8 @@ usage(void)
|
|||
{
|
||||
|
||||
(void)fprintf(stderr, dohalt ?
|
||||
"usage: halt [-lnpq] [-k kernel]\n" :
|
||||
"usage: reboot [-dlnpq] [-k kernel]\n");
|
||||
"usage: halt [-lNnpq] [-k kernel]\n" :
|
||||
"usage: reboot [-dlNnpqr] [-k kernel]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue