diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-03 00:07:16 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-03 00:07:16 -0800 |
commit | b73e3de2d8a192d64f22fd2f450741cba2b7ee18 (patch) | |
tree | fc43899ab20c56ba908c5804fa892e2d85c7a73b /bdftopcf.c | |
parent | f82c76db93e191f5d6dfc2b07333a2b22dc52875 (diff) |
Combine usage message strings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'bdftopcf.c')
-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]; |