Module Name:    src
Committed By:   wiz
Date:           Wed Jun  8 12:49:45 UTC 2011

Modified Files:
        src/usr.sbin/wsfontload: wsfontload.c

Log Message:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/wsfontload/wsfontload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/wsfontload/wsfontload.c
diff -u src/usr.sbin/wsfontload/wsfontload.c:1.15 src/usr.sbin/wsfontload/wsfontload.c:1.16
--- src/usr.sbin/wsfontload/wsfontload.c:1.15	Wed Jun  8 10:25:21 2011
+++ src/usr.sbin/wsfontload/wsfontload.c	Wed Jun  8 12:49:45 2011
@@ -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);
 }

Reply via email to