mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
vtfontcvt: correct usage
Commite7fd9688eachanged vtfontcvt's command line parsing, but did not correctly update the usage (it omitted the new -o flag). Fixes:e7fd9688ea("Move font related data structured to...") MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
939f0b6323
commit
df777aeb98
1 changed files with 2 additions and 2 deletions
|
|
@ -180,8 +180,8 @@ usage(void)
|
|||
{
|
||||
|
||||
(void)fprintf(stderr, "usage: vtfontcvt "
|
||||
"[-n] [-f font|source|compressed-source] [-w width] "
|
||||
"[-h height]\n\t[-v] normal.bdf [bold.bdf] out.fnt\n");
|
||||
"[-n] [-f font|source|compressed-source] [-w width] [-h height]\n"
|
||||
"\t[-v] -o output_file normal.bdf [bold.bdf]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue