diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-04 22:28:19 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-05 22:10:09 -0800 |
commit | 2f5ac9eabfc9609bce3aa420a64f29279e626e95 (patch) | |
tree | e51063e38bf47dbd0b1962fd39cc19b3744ae365 /bdftopcf.c | |
parent | c8f568f295a11a7be406f170ed77a4c17a19fa7d (diff) |
Correct usage message for scanline unit option to be -u, not -s
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
Diffstat (limited to 'bdftopcf.c')
-rw-r--r-- | bdftopcf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ main(int argc, char *argv[]) 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" - " and # for -s is 1, 2, or 4\n", + " and # for -u is 1, 2, or 4\n", program_name); exit(1); } |