diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-27 02:26:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-27 02:26:31 +0000 |
commit | e32d5eb027ef6b337609625f570007d3df472677 (patch) | |
tree | 1c839fb80655f3c841379aeae0e702def6afaed1 /sys | |
parent | 925b902d8f8ffb98f13beed7889e6f846d9122bc (diff) |
Add a missing space in usage message.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/stand/installboot.c | 4 |
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); } |