mirror of
https://github.com/zyphlar/bdf2c.git
synced 2024-03-08 13:47:46 +00:00
Testing $
This commit is contained in:
parent
d28eb799b7
commit
ba9373955e
1
bdf2c.c
1
bdf2c.c
|
@ -86,6 +86,7 @@ void PrintVersion(void)
|
||||||
void PrintUsage(void)
|
void PrintUsage(void)
|
||||||
{
|
{
|
||||||
printf("Usage: bdf2c [OPTIONs]\n" "\t-c\tCreate font header on stdout\n"
|
printf("Usage: bdf2c [OPTIONs]\n" "\t-c\tCreate font header on stdout\n"
|
||||||
|
"\t-b\tRead bdf file from stdin\n"
|
||||||
"\t-C file\tCreate font header file\n");
|
"\t-C file\tCreate font header file\n");
|
||||||
printf("\tOnly idiots print usage on stderr\n");
|
printf("\tOnly idiots print usage on stderr\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user