diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-12 21:13:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-12 21:13:35 +0000 |
commit | 0956c194e2282c18e7b0c5f381c75c7522c0f5df (patch) | |
tree | 2ef49c438081cc7bdc2f36069e1a6f7d1ec443ec /usr.sbin/wsmoused/wsmoused.c | |
parent | 2f6f936b1245b3f8dc809fb848bd70b20b75d8be (diff) |
prefer a simpler synopsis: we do not really need a separate case for -i;
Diffstat (limited to 'usr.sbin/wsmoused/wsmoused.c')
-rw-r--r-- | usr.sbin/wsmoused/wsmoused.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/wsmoused/wsmoused.c b/usr.sbin/wsmoused/wsmoused.c index 6ae3e7a7e16..b30185d2bff 100644 --- a/usr.sbin/wsmoused/wsmoused.c +++ b/usr.sbin/wsmoused/wsmoused.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsmoused.c,v 1.18 2004/01/04 21:41:12 drahn Exp $ */ +/* $OpenBSD: wsmoused.c,v 1.19 2005/08/12 21:13:34 jmc Exp $ */ /* * Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon @@ -488,9 +488,8 @@ wsmoused(void) static void usage(void) { - fprintf(stderr, "usage: %s [-2df] [-C thresh] [-I file] [-M N=M] \ + fprintf(stderr, "usage: %s [-2dfi] [-C thresh] [-I file] [-M N=M] \ [-p device] [-t type]\n", __progname); - fprintf(stderr, " %s -i [-p device]\n", __progname); exit(1); } |