Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/wsfontload Sync usage with man page.



details:   https://anonhg.NetBSD.org/src/rev/b01bd61d1021
branches:  trunk
changeset: 765867:b01bd61d1021
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jun 08 12:49:45 2011 +0000

description:
Sync usage with man page.

diffstat:

 usr.sbin/wsfontload/wsfontload.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 931ae49d86ff -r b01bd61d1021 usr.sbin/wsfontload/wsfontload.c
--- a/usr.sbin/wsfontload/wsfontload.c  Wed Jun 08 12:47:51 2011 +0000
+++ b/usr.sbin/wsfontload/wsfontload.c  Wed Jun 08 12:49:45 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsfontload.c,v 1.15 2011/06/08 10:25:21 drochner Exp $ */
+/* $NetBSD: wsfontload.c,v 1.16 2011/06/08 12:49:45 wiz Exp $ */
 
 /*
  * Copyright (c) 1999
@@ -76,8 +76,8 @@
 {
 
        (void)fprintf(stderr,
-               "usage: %s [-f wsdev] [-w width] [-h height] [-e encoding]"
-               " [-N name] [-b] [-B] [fontfile]\n",
+               "usage: %s [-Bbv] [-e encoding] [-f wsdev] [-h height]"
+               " [-N name] [-w width] [fontfile]\n",
                      getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index