[PATCH:bdftopcf] Correct usage message for scanline unit option to be -u, not -s
Alan Coopersmith
alan.coopersmith at oracle.com
Tue Nov 5 07:30:38 CET 2013
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
bdftopcf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
}
--
1.7.9.2
More information about the xorg-devel
mailing list