diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-02 06:37:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-02 06:37:58 +0000 |
commit | 18834530fbaf59f00788eb643ee96e332b195804 (patch) | |
tree | 78a3bf301e2c0264b954620967f3b01108cb6a37 /usr.bin/modstat | |
parent | 0f694ae96d84f79a0af4faf8665e6504ab09261e (diff) |
simpler usage line
Diffstat (limited to 'usr.bin/modstat')
-rw-r--r-- | usr.bin/modstat/modstat.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <module id>] [-n <module name>]\n"); + fprintf(stderr, + "usage: modstat [-i <module id>] [-n <module name>]\n"); exit(1); } |