mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Correct usage()
This commit is contained in:
parent
9341e8dd88
commit
43cb852dc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161411
@ -447,7 +447,7 @@ usage(void)
|
||||
{
|
||||
extern char *__progname;
|
||||
|
||||
fprintf(stderr, "usage: %s [-bdqu] ", __progname);
|
||||
fprintf(stderr, "usage: %s [-bdpqu] ", __progname);
|
||||
fprintf(stderr, "[-c conffile] [-l leasefile] interface\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user