From 18834530fbaf59f00788eb643ee96e332b195804 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 2 Jul 1996 06:37:58 +0000 Subject: simpler usage line --- usr.bin/modstat/modstat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/modstat') diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index 743ad64ea3b..964262e94c4 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -1,4 +1,4 @@ -/* * $OpenBSD: modstat.c,v 1.3 1996/06/26 05:37:15 deraadt Exp $*/ +/* * $OpenBSD: modstat.c,v 1.4 1996/07/02 06:37:57 deraadt Exp $*/ /* * Copyright (c) 1993 Terrence R. Lambert. * All rights reserved. @@ -50,8 +50,8 @@ void usage() { - fprintf(stderr, "usage:\n"); - fprintf(stderr, "modstat [-i ] [-n ]\n"); + fprintf(stderr, + "usage: modstat [-i ] [-n ]\n"); exit(1); } -- cgit v1.2.3