diff options
-rw-r--r-- | bdftopcf.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -137,10 +137,10 @@ main(int argc, char *argv[]) if (input_name) { usage: fprintf(stderr, - "usage: %s [-p#] [-u#] [-m] [-l] [-M] [-L] [-t] [-i] [-o pcf file] [bdf file]\n", + "usage: %s [-p#] [-u#] [-m] [-l] [-M] [-L] [-t] [-i] [-o pcf file] [bdf file]\n" + " where # for -p is 1, 2, 4, or 8\n" + " and # for -s is 1, 2, or 4\n", program_name); - fprintf(stderr, " where # for -p is 1, 2, 4, or 8\n"); - fprintf(stderr, " and # for -s is 1, 2, or 4\n"); exit(1); } input_name = argv[0]; |