summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-04 22:28:19 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-05 22:10:09 -0800
commit2f5ac9eabfc9609bce3aa420a64f29279e626e95 (patch)
treee51063e38bf47dbd0b1962fd39cc19b3744ae365
parentc8f568f295a11a7be406f170ed77a4c17a19fa7d (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>
-rw-r--r--bdftopcf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdftopcf.c b/bdftopcf.c
index da83938..1b24aa1 100644
--- a/bdftopcf.c
+++ b/bdftopcf.c
@@ -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);
}