1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00: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:
Renato Botelho 2016-05-06 20:49:14 +00:00
parent e3d7ead7df
commit 89d18e14f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299196

View File

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