summaryrefslogtreecommitdiff
path: root/sbin/modload
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-02 06:37:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-02 06:37:58 +0000
commit18834530fbaf59f00788eb643ee96e332b195804 (patch)
tree78a3bf301e2c0264b954620967f3b01108cb6a37 /sbin/modload
parent0f694ae96d84f79a0af4faf8665e6504ab09261e (diff)
simpler usage line
Diffstat (limited to 'sbin/modload')
-rw-r--r--sbin/modload/modload.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c
index c554c3b64c3..506a0aa230e 100644
--- a/sbin/modload/modload.c
+++ b/sbin/modload/modload.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: modload.c,v 1.4 1996/06/23 14:31:05 deraadt Exp $ */
+/* $OpenBSD: modload.c,v 1.5 1996/07/02 06:37:52 deraadt Exp $ */
/* $NetBSD: modload.c,v 1.13 1995/05/28 05:21:58 jtc Exp $ */
/*
@@ -109,10 +109,9 @@ void
usage()
{
- fprintf(stderr, "usage:\n");
- fprintf(stderr, "modload [-d] [-v] [-A <kernel>] [-e <entry]\n");
+ fprintf(stderr, "usage: modload [-d] [-v] [-A <kernel>] [-e <entry]\n");
fprintf(stderr,
- "[-p <postinstall>] [-o <output file>] <input file>\n");
+ "\t[-p <postinstall>] [-o <output file>] <input file>\n");
exit(1);
}