Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/wsmoused Sort options in usage.



details:   https://anonhg.NetBSD.org/src/rev/5c236f328615
branches:  trunk
changeset: 533338:5c236f328615
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 27 22:58:54 2002 +0000

description:
Sort options in usage.

diffstat:

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

diffs (27 lines):

diff -r 35bb3b51ec69 -r 5c236f328615 usr.sbin/wsmoused/wsmoused.c
--- a/usr.sbin/wsmoused/wsmoused.c      Thu Jun 27 22:53:12 2002 +0000
+++ b/usr.sbin/wsmoused/wsmoused.c      Thu Jun 27 22:58:54 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmoused.c,v 1.2 2002/06/27 15:07:53 christos Exp $ */
+/* $NetBSD: wsmoused.c,v 1.3 2002/06/27 22:58:54 wiz Exp $ */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: wsmoused.c,v 1.2 2002/06/27 15:07:53 christos Exp $");
+__RCSID("$NetBSD: wsmoused.c,v 1.3 2002/06/27 22:58:54 wiz Exp $");
 #endif /* not lint */
 
 #include <sys/ioctl.h>
@@ -72,7 +72,7 @@
 usage(void)
 {
        (void)fprintf(stderr,
-           "Usage: %s [-n] [-d device] [-f fifo] [-X number]\n",
+           "Usage: %s [-d device] [-f fifo] [-n] [-X number]\n",
            getprogname());
        exit(EXIT_FAILURE);
 }



Home | Main Index | Thread Index | Old Index