This commit is contained in:
Johns 2009-01-26 13:34:30 +01:00
parent 962a0170f8
commit d28eb799b7

View File

@ -17,7 +17,7 @@
/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
/// GNU Affero General Public License for more details.
///
/// $Id: $
/// $Id$
//////////////////////////////////////////////////////////////////////////////
#include <stdio.h>
@ -85,10 +85,8 @@ void PrintVersion(void)
//
void PrintUsage(void)
{
printf("Usage: bdf2c [OPTIONs]\n"
"\t-c\tCreate font header on stdout\n"
"\t-C file\tCreate font header file\n"
);
printf("Usage: bdf2c [OPTIONs]\n" "\t-c\tCreate font header on stdout\n"
"\t-C file\tCreate font header file\n");
printf("\tOnly idiots print usage on stderr\n");
}