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
@ -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…
x
Reference in New Issue
Block a user