[PATCH:bdftopcf] Correct usage message for scanline unit option to be -u, not -s

2013-11-04 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@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[])

Re: [PATCH:bdftopcf] Correct usage message for scanline unit option to be -u, not -s

2013-11-04 Thread Matthieu Herrb
On Mon, Nov 04, 2013 at 10:30:38PM -0800, Alan Coopersmith wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Reviewed-by: Matthieu Herrb matth...@herrb.eu --- bdftopcf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdftopcf.c b/bdftopcf.c index