summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/stand')
-rw-r--r--sys/arch/alpha/stand/installboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/installboot.c b/sys/arch/alpha/stand/installboot.c
index 31fe74c8cb7..05ce1ece660 100644
--- a/sys/arch/alpha/stand/installboot.c
+++ b/sys/arch/alpha/stand/installboot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: installboot.c,v 1.8 1997/05/20 05:41:30 millert Exp $ */
+/* $OpenBSD: installboot.c,v 1.9 1997/06/27 02:26:30 millert Exp $ */
/* $NetBSD: installboot.c,v 1.2 1997/04/06 08:41:12 cgd Exp $ */
/*
@@ -79,7 +79,7 @@ static void
usage()
{
(void)fprintf(stderr,
- "usage: installboot [-n] [-v] [-s isofsblk -e isofseblk]"
+ "usage: installboot [-n] [-v] [-s isofsblk -e isofseblk] "
"<boot> <proto> <device>\n");
exit(1);
}