mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Use the standard way of printing the usage string
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4a87818e07
commit
54a7138bd8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268948
@ -91,7 +91,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
|
||||
errx(1,
|
||||
(void)fprintf(stderr,
|
||||
"usage: vtfontcvt [-w width] [-h height] [-v] normal.bdf [bold.bdf] out.fnt\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user