diff options
-rw-r--r-- | bdftopcf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -145,6 +145,8 @@ main(int argc, char *argv[]) else { if (input_name) { usage: + fprintf(stderr, "%s: invalid option '%s'\n", + program_name, argv[0]); fprintf(stderr, "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" |