From eadfc19f0c88f080ed9e9cf13bbfe807f019e74a Mon Sep 17 00:00:00 2001 From: dougb Date: Thu, 9 Aug 2001 18:12:07 +0000 Subject: Expand the usage info to include the possible options for -i, and fix the printf so that the line actually gets printed. --- usr.sbin/moused/moused.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/moused') diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 8b9b922..30a234b 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -1006,11 +1006,11 @@ cleanup(int sig) static void usage(void) { - fprintf(stderr, "%s\n%s\n%s\n", + fprintf(stderr, "%s\n%s\n%s\n%s\n", "usage: moused [-DRcdfs] [-I file] [-F rate] [-r resolution] [-S baudrate]", " [-a X [,Y]] [-C threshold] [-m N=M] [-w N] [-z N]", " [-t ] [-3 [-E timeout]] -p ", - " moused [-d] -i -p "); + " moused [-d] -i -p "); exit(1); } -- cgit v1.1